Html Css Color HEX #4770CB Royal Blue

📋 copy color: '#4770CB'

red 71 ◦ green 112 ◦ blue 203

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

Shades of Royal Blue #4770CB

Tints of Royal Blue #4770CB

RGB

 RED value IS 71 (28.13% from 255) = 18.39%

 GREEN value IS 112 (44.14% from 255) = 29.02%

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

R = 18.39%
G = 29.02%
B = 52.59%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4770CB (or 0x4770CB) is known color: Royal Blue. HEX triplet: 47, 70 and CB. RGB value is (71,112,203). Sum of RGB (Red+Green+Blue) = 71+112+203=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #4770CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4770CB is #B88F34. Grayscale: #6D6D6D. Windows color (decimal): -12095285 or 13332551. OLE color: 13332551.

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

Color convert

RGB 71 112 203 -
CMYK 0.65 0.45 0 0.20
HSL 221.36º 0.56% 0.54% -
HSV(B) 221.36º 0.65% 0.8% -
XYZ 19.17 17.24 58.82 -
YUV 110.12 180.42 100.1 -
System Red Green Blue C M Y K H S L
Decimal 71 112 203 0.65 0.45 0 0.20 221.36 0.56 0.54
Hex 47 70 CB 41 2D 0 14 DD 38 36
Octal 107 160 313 101 55 0 24 335 70 66
Binary 1000111 1110000 11001011 1000001 101101 0 10100 11011101 111000 110110

Color Harmonies of #4770CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4770CB

Black with #4770CB

Text Example


Text Example

White with #4770CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,112,203); }

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

background-color css

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

 a { background-color: rgb(71,112,203); }

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

border-color css

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

 span { border-color: rgb(71,112,203); }

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