Html Css Color HEX #4469CB Royal Blue

📋 copy color: '#4469CB'

red 68 ◦ green 105 ◦ blue 203

#4469CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #4469CB

Tints of Royal Blue #4469CB

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 value IS 0.67

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4469CB (or 0x4469CB) is known color: 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

RGB 68 105 203 -
CMYK 0.67 0.48 0 0.20
HSL 223.56º 0.56% 0.53% -
HSV(B) 223.56º 0.67% 0.8% -
XYZ 18.21 15.64 58.56 -
YUV 105.11 183.24 101.53 -
System Red Green Blue C M Y K H S L
Decimal 68 105 203 0.67 0.48 0 0.20 223.56 0.56 0.53
Hex 44 69 CB 43 30 0 14 E0 38 35
Octal 104 151 313 103 60 0 24 340 70 65
Binary 1000100 1101001 11001011 1000011 110000 0 10100 11100000 111000 110101

Color Harmonies of #4469CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4469CB

Black with #4469CB

Text Example


Text Example

White with #4469CB

Text Example


Text Example

HTML Codes & Css Web 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>