#454CAF

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

Shades of Rich Blue #454CAF

Tints of Rich Blue #454CAF

Color information

#454CAF (or 0x454CAF) is unknown color: approx Rich Blue. HEX triplet: 45, 4C and AF. RGB value is (69,76,175). Sum of RGB (Red+Green+Blue) = 69+76+175=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #454CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454CAF is #BAB350. Grayscale: #545454. Windows color (decimal): -12235601 or 11488325. OLE color: 11488325.

HSL color Cylindrical-coordinate representation of color #454CAF: hue angle of 236.04º degrees, saturation: 0.43, 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 #454CAF is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6976175-
CMYK0.610.5700.31
HSL236.04º43.44%47.84%-
HSV(B)236.04º60.57%68.63%-
XYZ12.789.5341.72-
YUV85.19178.68116.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.56%
GREEN value IS 76 (30.08% from 255) = 23.75%
BLUE value IS 175 (68.75% from 255) = 54.69%
R=21.56%
G=23.75%
B=54.69%

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
Decimal69761750.610.5700.31236.0443.4447.84
Hex454CAF3D3901Fec2b30
Octal10511425775710373545360
Binary100010110011001010111111110111100101111111101100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,76,175); }

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

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

 a { background-color: rgb(69,76,175); }

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

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

 span { border-color: rgb(69,76,175); }

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