#455CA4

Color #455CA4 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #455CA4

Tints of Mariner #455CA4

Color information

#455CA4 (or 0x455CA4) is unknown color: approx Mariner. HEX triplet: 45, 5C and A4. RGB value is (69,92,164). Sum of RGB (Red+Green+Blue) = 69+92+164=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 164 (64.45% from 255 or 50.46% from 325); Max value from RGB is 164 - color contains mainly: blue. Hex color #455CA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455CA4 is #BAA35B. Grayscale: #5D5D5D. Windows color (decimal): -12231516 or 10771525. OLE color: 10771525.

HSL color Cylindrical-coordinate representation of color #455CA4: hue angle of 225.47º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #455CA4 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6992164-
CMYK0.580.4400.36
HSL225.47º40.77%45.69%-
HSV(B)225.47º57.93%64.31%-
XYZ12.9811.636.68-
YUV93.33167.88110.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.23%
GREEN value IS 92 (36.33% from 255) = 28.31%
BLUE value IS 164 (64.45% from 255) = 50.46%
R=21.23%
G=28.31%
B=50.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal69921640.580.4400.36225.4740.7745.69
Hex455CA43A2C024e1292e
Octal10513424472540443415156
Binary1000101101110010100100111010101100010010011100001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455CA4; }

 p { color: rgb(69,92,164); }

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

<style>
 a { background-color: #455CA4; }

 a { background-color: rgb(69,92,164); }

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

<style>
 span { border-color: #455CA4; }

 span { border-color: rgb(69,92,164); }

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