#4462E4

Color #4462E4 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4462E4

Tints of Royal Blue #4462E4

Color information

#4462E4 (or 0x4462E4) is unknown color: approx Royal Blue. HEX triplet: 44, 62 and E4. RGB value is (68,98,228). Sum of RGB (Red+Green+Blue) = 68+98+228=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 228 (89.45% from 255 or 57.87% from 394); Max value from RGB is 228 - color contains mainly: blue. Hex color #4462E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4462E4 is #BB9D1B. Grayscale: #676767. Windows color (decimal): -12295452 or 14967364. OLE color: 14967364.

HSL color Cylindrical-coordinate representation of color #4462E4: hue angle of 228.75º 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 #4462E4 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB6898228-
CMYK0.700.5700.11
HSL228.75º74.77%58.04%-
HSV(B)228.75º70.18%89.41%-
XYZ20.7615.5775.31-
YUV103.85198.06102.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.26%
GREEN value IS 98 (38.67% from 255) = 24.87%
BLUE value IS 228 (89.45% from 255) = 57.87%
R=17.26%
G=24.87%
B=57.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal68982280.700.5700.11228.7574.7758.04
Hex4462E446390Be54b3a
Octal1041423441067101334511372
Binary1000100110001011100100100011011100101011111001011001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4462E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4462E4;
 }
 .AnyTagClassName
 {
   color: #4462E4;
 }
</style>
background-color css

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

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

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

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

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

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