#453AB4

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

Shades of Rich Blue #453AB4

Tints of Rich Blue #453AB4

Color information

#453AB4 (or 0x453AB4) is unknown color: approx Rich Blue. HEX triplet: 45, 3A and B4. RGB value is (69,58,180). Sum of RGB (Red+Green+Blue) = 69+58+180=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 180 (70.70% from 255 or 58.63% from 307); Max value from RGB is 180 - color contains mainly: blue. Hex color #453AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453AB4 is #BAC54B. Grayscale: #4A4A4A. Windows color (decimal): -12240204 or 11811397. OLE color: 11811397.

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

Color convert

RGB6958180-
CMYK0.620.6800.29
HSL245.41º51.26%46.67%-
HSV(B)245.41º67.78%70.59%-
XYZ12.217.5944-
YUV75.2187.14123.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.48%
GREEN value IS 58 (23.05% from 255) = 18.89%
BLUE value IS 180 (70.70% from 255) = 58.63%
R=22.48%
G=18.89%
B=58.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal69581800.620.6800.29245.4151.2646.67
Hex453AB43E4401Df5332f
Octal10572264761040353656357
Binary100010111101010110100111110100010001110111110101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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