Html Css Color HEX #4470CE Royal Blue

📋 copy color: '#4470CE'

red 68 ◦ green 112 ◦ blue 206

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

Shades of Royal Blue #4470CE

Tints of Royal Blue #4470CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.37%

R = 17.62%
G = 29.02%
B = 53.37%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4470CE (or 0x4470CE) is known color: Royal Blue. HEX triplet: 44, 70 and CE. RGB value is (68,112,206). Sum of RGB (Red+Green+Blue) = 68+112+206=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #4470CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4470CE is #BB8F31. Grayscale: #6D6D6D. Windows color (decimal): -12291890 or 13529156. OLE color: 13529156.

HSL color Cylindrical-coordinate representation of color #4470CE: hue angle of 220.87º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4470CE is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 112 206 -
CMYK 0.67 0.46 0 0.19
HSL 220.87º 0.58% 0.54% -
HSV(B) 220.87º 0.67% 0.81% -
XYZ 19.32 17.27 60.71 -
YUV 109.56 182.42 98.36 -
System Red Green Blue C M Y K H S L
Decimal 68 112 206 0.67 0.46 0 0.19 220.87 0.58 0.54
Hex 44 70 CE 43 2E 0 13 DD 3A 36
Octal 104 160 316 103 56 0 23 335 72 66
Binary 1000100 1110000 11001110 1000011 101110 0 10011 11011101 111010 110110

Color Harmonies of #4470CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4470CE

Black with #4470CE

Text Example


Text Example

White with #4470CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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