Html Css Color HEX #4470CC Royal Blue

📋 copy color: '#4470CC'

red 68 ◦ green 112 ◦ blue 204

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

Shades of Royal Blue #4470CC

Tints of Royal Blue #4470CC

RGB

 RED value IS 68 (26.95% from 255) = 17.71%

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

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

R = 17.71%
G = 29.17%
B = 53.13%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4470CC (or 0x4470CC) is known color: Royal Blue. HEX triplet: 44, 70 and CC. RGB value is (68,112,204). Sum of RGB (Red+Green+Blue) = 68+112+204=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #4470CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4470CC is #BB8F33. Grayscale: #6C6C6C. Windows color (decimal): -12291892 or 13398084. OLE color: 13398084.

HSL color Cylindrical-coordinate representation of color #4470CC: hue angle of 220.59º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4470CC is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 68 112 204 -
CMYK 0.67 0.45 0 0.2
HSL 220.59º 0.57% 0.53% -
HSV(B) 220.59º 0.67% 0.8% -
XYZ 19.08 17.18 59.44 -
YUV 109.33 181.42 98.52 -
System Red Green Blue C M Y K H S L
Decimal 68 112 204 0.67 0.45 0 0.2 220.59 0.57 0.53
Hex 44 70 CC 43 2D 0 14 DD 39 35
Octal 104 160 314 103 55 0 24 335 71 65
Binary 1000100 1110000 11001100 1000011 101101 0 10100 11011101 111001 110101

Color Harmonies of #4470CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4470CC

Black with #4470CC

Text Example


Text Example

White with #4470CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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