#455F9C

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

Shades of Mariner #455F9C

Tints of Mariner #455F9C

Color information

#455F9C (or 0x455F9C) is unknown color: approx Mariner. HEX triplet: 45, 5F and 9C. RGB value is (69,95,156). Sum of RGB (Red+Green+Blue) = 69+95+156=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #455F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455F9C is #BAA063. Grayscale: #5D5D5D. Windows color (decimal): -12230756 or 10248005. OLE color: 10248005.

HSL color Cylindrical-coordinate representation of color #455F9C: hue angle of 222.07º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #455F9C is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6995156-
CMYK0.560.3900.39
HSL222.07º38.67%44.12%-
HSV(B)222.07º55.77%61.18%-
XYZ12.5511.8533.08-
YUV94.18162.89110.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.56%
GREEN value IS 95 (37.5% from 255) = 29.69%
BLUE value IS 156 (61.33% from 255) = 48.75%
R=21.56%
G=29.69%
B=48.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69951560.560.3900.39222.0738.6744.12
Hex455F9C3827027de272c
Octal10513723470470473364754
Binary1000101101111110011100111000100111010011111011110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,95,156); }

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

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

 a { background-color: rgb(69,95,156); }

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

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

 span { border-color: rgb(69,95,156); }

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