#453DB4

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

Shades of Rich Blue #453DB4

Tints of Rich Blue #453DB4

Color information

#453DB4 (or 0x453DB4) is unknown color: approx Rich Blue. HEX triplet: 45, 3D and B4. RGB value is (69,61,180). Sum of RGB (Red+Green+Blue) = 69+61+180=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 180 (70.70% from 255 or 58.06% from 310); Max value from RGB is 180 - color contains mainly: blue. Hex color #453DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453DB4 is #BAC24B. Grayscale: #4C4C4C. Windows color (decimal): -12239436 or 11812165. OLE color: 11812165.

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

Color convert

RGB6961180-
CMYK0.620.6600.29
HSL244.03º49.38%47.25%-
HSV(B)244.03º66.11%70.59%-
XYZ12.367.944.05-
YUV76.96186.15122.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.26%
GREEN value IS 61 (24.22% from 255) = 19.68%
BLUE value IS 180 (70.70% from 255) = 58.06%
R=22.26%
G=19.68%
B=58.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal69611800.620.6600.29244.0349.3847.25
Hex453DB43E4201Df4312f
Octal10575264761020353646157
Binary100010111110110110100111110100001001110111110100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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