#453BB4

Color #453BB4 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #453BB4

Tints of Rich Blue #453BB4

Color information

#453BB4 (or 0x453BB4) is unknown color: approx Rich Blue. HEX triplet: 45, 3B and B4. RGB value is (69,59,180). Sum of RGB (Red+Green+Blue) = 69+59+180=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 180 (70.70% from 255 or 58.44% from 308); Max value from RGB is 180 - color contains mainly: blue. Hex color #453BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453BB4 is #BAC44B. Grayscale: #4B4B4B. Windows color (decimal): -12239948 or 11811653. OLE color: 11811653.

HSL color Cylindrical-coordinate representation of color #453BB4: hue angle of 244.96º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #453BB4 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6959180-
CMYK0.620.6700.29
HSL244.96º50.63%46.86%-
HSV(B)244.96º67.22%70.59%-
XYZ12.267.6944.02-
YUV75.78186.81123.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.40%
GREEN value IS 59 (23.44% from 255) = 19.16%
BLUE value IS 180 (70.70% from 255) = 58.44%
R=22.40%
G=19.16%
B=58.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal69591800.620.6700.29244.9650.6346.86
Hex453BB43E4301Df5332f
Octal10573264761030353656357
Binary100010111101110110100111110100001101110111110101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453BB4; }

 p { color: rgb(69,59,180); }

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

<style>
 a { background-color: #453BB4; }

 a { background-color: rgb(69,59,180); }

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

<style>
 span { border-color: #453BB4; }

 span { border-color: rgb(69,59,180); }

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