Html Css Color HEX #4476E4 Royal Blue

📋 copy color: '#4476E4'

red 68 ◦ green 118 ◦ blue 228

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

Shades of Royal Blue #4476E4

Tints of Royal Blue #4476E4

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.5%

 BLUE value IS 228 (89.45% from 255) = 55.07%

R = 16.43%
G = 28.5%
B = 55.07%

CMYK

 C value IS 0.70

 M value IS 0.48

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#4476E4 (or 0x4476E4) is known color: Royal Blue. HEX triplet: 44, 76 and E4. RGB value is (68,118,228). Sum of RGB (Red+Green+Blue) = 68+118+228=414 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.43% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 228 (89.45% from 255 or 55.07% from 414); Max value from RGB is 228 - color contains mainly: blue. Hex color #4476E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4476E4 is #BB891B. Grayscale: #737373. Windows color (decimal): -12290332 or 14972484. OLE color: 14972484.

HSL color Cylindrical-coordinate representation of color #4476E4: hue angle of 221.25º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4476E4 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 68 118 228 -
CMYK 0.70 0.48 0 0.11
HSL 221.25º 0.75% 0.58% -
HSV(B) 221.25º 0.7% 0.89% -
XYZ 22.87 19.79 76.01 -
YUV 115.59 191.44 94.06 -
System Red Green Blue C M Y K H S L
Decimal 68 118 228 0.70 0.48 0 0.11 221.25 0.75 0.58
Hex 44 76 E4 46 30 0 B DD 4B 3A
Octal 104 166 344 106 60 0 13 335 113 72
Binary 1000100 1110110 11100100 1000110 110000 0 1011 11011101 1001011 111010

Color Harmonies of #4476E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4476E4

Black with #4476E4

Text Example


Text Example

White with #4476E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4476E4; }

 p { color: rgb(68,118,228); }

 H1.HeaderClassName
 {
   color: #4476E4;
 }
 .AnyTagClassName
 {
   color: #4476E4;
 }
</style>

background-color css

<style>
 a { background-color: #4476E4; }

 a { background-color: rgb(68,118,228); }

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

border-color css

<style>
 span { border-color: #4476E4; }

 span { border-color: rgb(68,118,228); }

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