Html Css Color HEX #4474CE Royal Blue

📋 copy color: '#4474CE'

red 68 ◦ green 116 ◦ blue 206

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

Shades of Royal Blue #4474CE

Tints of Royal Blue #4474CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.74%

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

R = 17.44%
G = 29.74%
B = 52.82%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4474CE (or 0x4474CE) is known color: Royal Blue. HEX triplet: 44, 74 and CE. RGB value is (68,116,206). Sum of RGB (Red+Green+Blue) = 68+116+206=390 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.44% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #4474CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4474CE is #BB8B31. Grayscale: #6F6F6F. Windows color (decimal): -12290866 or 13530180. OLE color: 13530180.

HSL color Cylindrical-coordinate representation of color #4474CE: hue angle of 219.13º 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 #4474CE is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 116 206 -
CMYK 0.67 0.44 0 0.19
HSL 219.13º 0.58% 0.54% -
HSV(B) 219.13º 0.67% 0.81% -
XYZ 19.77 18.18 60.86 -
YUV 111.91 181.1 96.68 -
System Red Green Blue C M Y K H S L
Decimal 68 116 206 0.67 0.44 0 0.19 219.13 0.58 0.54
Hex 44 74 CE 43 2C 0 13 DB 3A 36
Octal 104 164 316 103 54 0 23 333 72 66
Binary 1000100 1110100 11001110 1000011 101100 0 10011 11011011 111010 110110

Color Harmonies of #4474CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4474CE

Black with #4474CE

Text Example


Text Example

White with #4474CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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