#465CDE

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

Shades of Royal Blue #465CDE

Tints of Royal Blue #465CDE

Color information

#465CDE (or 0x465CDE) is unknown color: approx Royal Blue. HEX triplet: 46, 5C and DE. RGB value is (70,92,222). Sum of RGB (Red+Green+Blue) = 70+92+222=384 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.23% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #465CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465CDE is #B9A321. Grayscale: #636363. Windows color (decimal): -12165922 or 14572614. OLE color: 14572614.

HSL color Cylindrical-coordinate representation of color #465CDE: hue angle of 231.32º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #465CDE is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7092222-
CMYK0.680.5900.13
HSL231.32º69.72%57.25%-
HSV(B)231.32º68.47%87.06%-
XYZ19.5414.2370.82-
YUV100.24196.71106.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.23%
GREEN value IS 92 (36.33% from 255) = 23.96%
BLUE value IS 222 (87.11% from 255) = 57.81%
R=18.23%
G=23.96%
B=57.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal70922220.680.5900.13231.3269.7257.25
Hex465CDE443B0De74639
Octal1061343361047301534710671
Binary1000110101110011011110100010011101101101111001111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465CDE; }

 p { color: rgb(70,92,222); }

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

<style>
 a { background-color: #465CDE; }

 a { background-color: rgb(70,92,222); }

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

<style>
 span { border-color: #465CDE; }

 span { border-color: rgb(70,92,222); }

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