#456EE6

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

Shades of Royal Blue #456EE6

Tints of Royal Blue #456EE6

Color information

#456EE6 (or 0x456EE6) is unknown color: approx Royal Blue. HEX triplet: 45, 6E and E6. RGB value is (69,110,230). Sum of RGB (Red+Green+Blue) = 69+110+230=409 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.87% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 230 (90.23% from 255 or 56.23% from 409); Max value from RGB is 230 - color contains mainly: blue. Hex color #456EE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456EE6 is #BA9119. Grayscale: #6E6E6E. Windows color (decimal): -12226842 or 15101509. OLE color: 15101509.

HSL color Cylindrical-coordinate representation of color #456EE6: hue angle of 224.72º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #456EE6 is Cyan = 0.7, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB69110230-
CMYK0.70.5200.10
HSL224.72º76.3%58.63%-
HSV(B)224.72º70%90.2%-
XYZ22.3118.1377.19-
YUV111.42194.9297.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.87%
GREEN value IS 110 (43.36% from 255) = 26.89%
BLUE value IS 230 (90.23% from 255) = 56.23%
R=16.87%
G=26.89%
B=56.23%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal691102300.70.5200.10224.7276.358.63
Hex456EE646340Ae14c3b
Octal1051563461066401234111473
Binary1000101110111011100110100011011010001010111000011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456EE6; }

 p { color: rgb(69,110,230); }

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

<style>
 a { background-color: #456EE6; }

 a { background-color: rgb(69,110,230); }

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

<style>
 span { border-color: #456EE6; }

 span { border-color: rgb(69,110,230); }

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