Html Css Color HEX #4770CC Royal Blue

📋 copy color: '#4770CC'

red 71 ◦ green 112 ◦ blue 204

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

Shades of Royal Blue #4770CC

Tints of Royal Blue #4770CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.71%

R = 18.35%
G = 28.94%
B = 52.71%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4770CC (or 0x4770CC) is known color: Royal Blue. HEX triplet: 47, 70 and CC. RGB value is (71,112,204). Sum of RGB (Red+Green+Blue) = 71+112+204=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #4770CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4770CC is #B88F33. Grayscale: #6D6D6D. Windows color (decimal): -12095284 or 13398087. OLE color: 13398087.

HSL color Cylindrical-coordinate representation of color #4770CC: hue angle of 221.5º degrees, saturation: 0.57, 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 #4770CC is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 112 204 -
CMYK 0.65 0.45 0 0.2
HSL 221.5º 0.57% 0.54% -
HSV(B) 221.5º 0.65% 0.8% -
XYZ 19.29 17.29 59.45 -
YUV 110.23 180.92 100.02 -
System Red Green Blue C M Y K H S L
Decimal 71 112 204 0.65 0.45 0 0.2 221.5 0.57 0.54
Hex 47 70 CC 41 2D 0 14 DE 39 36
Octal 107 160 314 101 55 0 24 336 71 66
Binary 1000111 1110000 11001100 1000001 101101 0 10100 11011110 111001 110110

Color Harmonies of #4770CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4770CC

Black with #4770CC

Text Example


Text Example

White with #4770CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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