Html Css Color HEX #4470CB Royal Blue

📋 copy color: '#4470CB'

red 68 ◦ green 112 ◦ blue 203

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

Shades of Royal Blue #4470CB

Tints of Royal Blue #4470CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53%

R = 17.75%
G = 29.24%
B = 53%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4470CB (or 0x4470CB) is known color: Royal Blue. HEX triplet: 44, 70 and CB. RGB value is (68,112,203). Sum of RGB (Red+Green+Blue) = 68+112+203=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #4470CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4470CB is #BB8F34. Grayscale: #6C6C6C. Windows color (decimal): -12291893 or 13332548. OLE color: 13332548.

HSL color Cylindrical-coordinate representation of color #4470CB: hue angle of 220.44º degrees, saturation: 0.56, 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 #4470CB is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 112 203 -
CMYK 0.67 0.45 0 0.20
HSL 220.44º 0.56% 0.53% -
HSV(B) 220.44º 0.67% 0.8% -
XYZ 18.96 17.13 58.81 -
YUV 109.22 180.92 98.6 -
System Red Green Blue C M Y K H S L
Decimal 68 112 203 0.67 0.45 0 0.20 220.44 0.56 0.53
Hex 44 70 CB 43 2D 0 14 DC 38 35
Octal 104 160 313 103 55 0 24 334 70 65
Binary 1000100 1110000 11001011 1000011 101101 0 10100 11011100 111000 110101

Color Harmonies of #4470CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4470CB

Black with #4470CB

Text Example


Text Example

White with #4470CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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