Html Css Color HEX #4770CD Royal Blue

📋 copy color: '#4770CD'

red 71 ◦ green 112 ◦ blue 205

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

Shades of Royal Blue #4770CD

Tints of Royal Blue #4770CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.84%

R = 18.3%
G = 28.87%
B = 52.84%

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

#4770CD (or 0x4770CD) is known color: Royal Blue. HEX triplet: 47, 70 and CD. RGB value is (71,112,205). Sum of RGB (Red+Green+Blue) = 71+112+205=388 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.30% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #4770CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4770CD is #B88F32. Grayscale: #6D6D6D. Windows color (decimal): -12095283 or 13463623. OLE color: 13463623.

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

Color convert

RGB 71 112 205 -
CMYK 0.65 0.45 0 0.20
HSL 221.64º 0.57% 0.54% -
HSV(B) 221.64º 0.65% 0.8% -
XYZ 19.41 17.34 60.08 -
YUV 110.34 181.42 99.94 -
System Red Green Blue C M Y K H S L
Decimal 71 112 205 0.65 0.45 0 0.20 221.64 0.57 0.54
Hex 47 70 CD 41 2D 0 14 DE 39 36
Octal 107 160 315 101 55 0 24 336 71 66
Binary 1000111 1110000 11001101 1000001 101101 0 10100 11011110 111001 110110

Color Harmonies of #4770CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4770CD

Black with #4770CD

Text Example


Text Example

White with #4770CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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