#4469CB

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

Shades of Royal Blue #4469CB

Tints of Royal Blue #4469CB

Color information

#4469CB (or 0x4469CB) is unknown color: approx Royal Blue. HEX triplet: 44, 69 and CB. RGB value is (68,105,203). Sum of RGB (Red+Green+Blue) = 68+105+203=376 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.09% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #4469CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4469CB is #BB9634. Grayscale: #686868. Windows color (decimal): -12293685 or 13330756. OLE color: 13330756.

HSL color Cylindrical-coordinate representation of color #4469CB: hue angle of 223.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4469CB is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB68105203-
CMYK0.670.4800.20
HSL223.56º56.49%53.14%-
HSV(B)223.56º66.5%79.61%-
XYZ18.2115.6458.56-
YUV105.11183.24101.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.09%
GREEN value IS 105 (41.41% from 255) = 27.93%
BLUE value IS 203 (79.69% from 255) = 53.99%
R=18.09%
G=27.93%
B=53.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal681052030.670.4800.20223.5656.4953.14
Hex4469CB4330014e03835
Octal104151313103600243407065
Binary1000100110100111001011100001111000001010011100000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4469CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4469CB; }

 p { color: rgb(68,105,203); }

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

<style>
 a { background-color: #4469CB; }

 a { background-color: rgb(68,105,203); }

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

<style>
 span { border-color: #4469CB; }

 span { border-color: rgb(68,105,203); }

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