Html Css Color HEX #4770DD Royal Blue

📋 copy color: '#4770DD'

red 71 ◦ green 112 ◦ blue 221

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

Shades of Royal Blue #4770DD

Tints of Royal Blue #4770DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.7%

R = 17.57%
G = 27.72%
B = 54.7%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4770DD (or 0x4770DD) is known color: Royal Blue. HEX triplet: 47, 70 and DD. RGB value is (71,112,221). Sum of RGB (Red+Green+Blue) = 71+112+221=404 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.57% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #4770DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4770DD is #B88F22. Grayscale: #6F6F6F. Windows color (decimal): -12095267 or 14512199. OLE color: 14512199.

HSL color Cylindrical-coordinate representation of color #4770DD: hue angle of 223.6º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4770DD is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 112 221 -
CMYK 0.68 0.49 0 0.13
HSL 223.6º 0.69% 0.57% -
HSV(B) 223.6º 0.68% 0.87% -
XYZ 21.44 18.15 70.78 -
YUV 112.17 189.42 98.64 -
System Red Green Blue C M Y K H S L
Decimal 71 112 221 0.68 0.49 0 0.13 223.6 0.69 0.57
Hex 47 70 DD 44 31 0 D E0 45 39
Octal 107 160 335 104 61 0 15 340 105 71
Binary 1000111 1110000 11011101 1000100 110001 0 1101 11100000 1000101 111001

Color Harmonies of #4770DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4770DD

Black with #4770DD

Text Example


Text Example

White with #4770DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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