Html Css Color HEX #4571CB Royal Blue

📋 copy color: '#4571CB'

red 69 ◦ green 113 ◦ blue 203

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

Shades of Royal Blue #4571CB

Tints of Royal Blue #4571CB

RGB

 RED value IS 69 (27.34% from 255) = 17.92%

 GREEN value IS 113 (44.53% from 255) = 29.35%

 BLUE value IS 203 (79.69% from 255) = 52.73%

R = 17.92%
G = 29.35%
B = 52.73%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4571CB (or 0x4571CB) is known color: Royal Blue. HEX triplet: 45, 71 and CB. RGB value is (69,113,203). Sum of RGB (Red+Green+Blue) = 69+113+203=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #4571CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4571CB is #BA8E34. Grayscale: #6D6D6D. Windows color (decimal): -12226101 or 13332805. OLE color: 13332805.

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

Color convert

RGB 69 113 203 -
CMYK 0.66 0.44 0 0.20
HSL 220.3º 0.56% 0.53% -
HSV(B) 220.3º 0.66% 0.8% -
XYZ 19.14 17.39 58.85 -
YUV 110.1 180.42 98.68 -
System Red Green Blue C M Y K H S L
Decimal 69 113 203 0.66 0.44 0 0.20 220.3 0.56 0.53
Hex 45 71 CB 42 2C 0 14 DC 38 35
Octal 105 161 313 102 54 0 24 334 70 65
Binary 1000101 1110001 11001011 1000010 101100 0 10100 11011100 111000 110101

Color Harmonies of #4571CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4571CB

Black with #4571CB

Text Example


Text Example

White with #4571CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,113,203); }

 H1.HeaderClassName
 {
   color: #4571CB;
 }
 .AnyTagClassName
 {
   color: #4571CB;
 }
</style>

background-color css

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

 a { background-color: rgb(69,113,203); }

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

border-color css

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

 span { border-color: rgb(69,113,203); }

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