#454BB0

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

Shades of Rich Blue #454BB0

Tints of Rich Blue #454BB0

Color information

#454BB0 (or 0x454BB0) is unknown color: approx Rich Blue. HEX triplet: 45, 4B and B0. RGB value is (69,75,176). Sum of RGB (Red+Green+Blue) = 69+75+176=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 176 (69.14% from 255 or 55% from 320); Max value from RGB is 176 - color contains mainly: blue. Hex color #454BB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454BB0 is #BAB44F. Grayscale: #545454. Windows color (decimal): -12235856 or 11553605. OLE color: 11553605.

HSL color Cylindrical-coordinate representation of color #454BB0: hue angle of 236.64º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #454BB0 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6975176-
CMYK0.610.5700.31
HSL236.64º43.67%48.04%-
HSV(B)236.64º60.8%69.02%-
XYZ12.819.4342.22-
YUV84.72179.51116.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.56%
GREEN value IS 75 (29.69% from 255) = 23.44%
BLUE value IS 176 (69.14% from 255) = 55%
R=21.56%
G=23.44%
B=55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal69751760.610.5700.31236.6443.6748.04
Hex454BB03D3901Fed2c30
Octal10511326075710373555460
Binary100010110010111011000011110111100101111111101101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454BB0; }

 p { color: rgb(69,75,176); }

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

<style>
 a { background-color: #454BB0; }

 a { background-color: rgb(69,75,176); }

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

<style>
 span { border-color: #454BB0; }

 span { border-color: rgb(69,75,176); }

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