#4276FB

Color #4276FB Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4276FB

Tints of Royal Blue #4276FB

Color information

#4276FB (or 0x4276FB) is unknown color: approx Royal Blue. HEX triplet: 42, 76 and FB. RGB value is (66,118,251). Sum of RGB (Red+Green+Blue) = 66+118+251=435 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.17% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #4276FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4276FB is #BD8904. Grayscale: #757575. Windows color (decimal): -12421381 or 16479810. OLE color: 16479810.

HSL color Cylindrical-coordinate representation of color #4276FB: hue angle of 223.14º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4276FB is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB66118251-
CMYK0.740.5300.02
HSL223.14º95.85%62.16%-
HSV(B)223.14º73.71%98.43%-
XYZ26.1421.0893.96-
YUV117.61203.2791.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 15.17%
GREEN value IS 118 (46.48% from 255) = 27.13%
BLUE value IS 251 (98.44% from 255) = 57.70%
R=15.17%
G=27.13%
B=57.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal661182510.740.5300.02223.1495.8562.16
Hex4276FB4A3502df603e
Octal102166373112650233714076
Binary10000101110110111110111001010110101010110111111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4276FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4276FB; }

 p { color: rgb(66,118,251); }

 H1.HeaderClassName
 {
   color: #4276FB;
 }
 .AnyTagClassName
 {
   color: #4276FB;
 }
</style>
background-color css

<style>
 a { background-color: #4276FB; }

 a { background-color: rgb(66,118,251); }

 div.DivClassName
 {
   background-color: #4276FB;
 }
 .BgClassName
 {
   background-color: #4276FB;
 }
</style>
border-color css

<style>
 span { border-color: #4276FB; }

 span { border-color: rgb(66,118,251); }

 td.TdClassName
 {
   border-color: #4276FB;
 }
 .TagClassName
 {
   border-color: #4276FB;
 }
</style>