#456DCC

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

Shades of Royal Blue #456DCC

Tints of Royal Blue #456DCC

Color information

#456DCC (or 0x456DCC) is unknown color: approx Royal Blue. HEX triplet: 45, 6D and CC. RGB value is (69,109,204). Sum of RGB (Red+Green+Blue) = 69+109+204=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #456DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456DCC is #BA9233. Grayscale: #6B6B6B. Windows color (decimal): -12227124 or 13397317. OLE color: 13397317.

HSL color Cylindrical-coordinate representation of color #456DCC: hue angle of 222.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #456DCC is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB69109204-
CMYK0.660.4700.2
HSL222.22º56.96%53.53%-
HSV(B)222.22º66.18%80%-
XYZ18.8216.5659.33-
YUV107.87182.25100.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.06%
GREEN value IS 109 (42.97% from 255) = 28.53%
BLUE value IS 204 (80.08% from 255) = 53.40%
R=18.06%
G=28.53%
B=53.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal691092040.660.4700.2222.2256.9653.53
Hex456DCC422F014de3936
Octal105155314102570243367166
Binary1000101110110111001100100001010111101010011011110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,109,204); }

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

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

 a { background-color: rgb(69,109,204); }

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

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

 span { border-color: rgb(69,109,204); }

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