Html Css Color HEX #4470CA Royal Blue

📋 copy color: '#4470CA'

red 68 ◦ green 112 ◦ blue 202

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

Shades of Royal Blue #4470CA

Tints of Royal Blue #4470CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.88%

R = 17.8%
G = 29.32%
B = 52.88%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4470CA (or 0x4470CA) is known color: Royal Blue. HEX triplet: 44, 70 and CA. RGB value is (68,112,202). Sum of RGB (Red+Green+Blue) = 68+112+202=382 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.80% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #4470CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4470CA is #BB8F35. Grayscale: #6C6C6C. Windows color (decimal): -12291894 or 13267012. OLE color: 13267012.

HSL color Cylindrical-coordinate representation of color #4470CA: hue angle of 220.3º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4470CA is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 68 112 202 -
CMYK 0.66 0.45 0 0.21
HSL 220.3º 0.56% 0.53% -
HSV(B) 220.3º 0.66% 0.79% -
XYZ 18.84 17.08 58.18 -
YUV 109.1 180.42 98.68 -
System Red Green Blue C M Y K H S L
Decimal 68 112 202 0.66 0.45 0 0.21 220.3 0.56 0.53
Hex 44 70 CA 42 2D 0 15 DC 38 35
Octal 104 160 312 102 55 0 25 334 70 65
Binary 1000100 1110000 11001010 1000010 101101 0 10101 11011100 111000 110101

Color Harmonies of #4470CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4470CA

Black with #4470CA

Text Example


Text Example

White with #4470CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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