Html Css Color HEX #455F9F Mariner

📋 copy color: '#455F9F'

red 69 ◦ green 95 ◦ blue 159

#455F9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #455F9F

Tints of Mariner #455F9F

RGB

 RED value IS 69 (27.34% from 255) = 21.36%

 GREEN value IS 95 (37.5% from 255) = 29.41%

 BLUE value IS 159 (62.5% from 255) = 49.23%

R = 21.36%
G = 29.41%
B = 49.23%

CMYK

 C value IS 0.57

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#455F9F (or 0x455F9F) is known color: Mariner. HEX triplet: 45, 5F and 9F. RGB value is (69,95,159). Sum of RGB (Red+Green+Blue) = 69+95+159=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #455F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455F9F is #BAA060. Grayscale: #5E5E5E. Windows color (decimal): -12230753 or 10444613. OLE color: 10444613.

HSL color Cylindrical-coordinate representation of color #455F9F: hue angle of 222.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #455F9F is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 69 95 159 -
CMYK 0.57 0.40 0 0.38
HSL 222.67º 0.39% 0.45% -
HSV(B) 222.67º 0.57% 0.62% -
XYZ 12.8 11.95 34.43 -
YUV 94.52 164.39 109.8 -
System Red Green Blue C M Y K H S L
Decimal 69 95 159 0.57 0.40 0 0.38 222.67 0.39 0.45
Hex 45 5F 9F 39 28 0 26 DF 27 2D
Octal 105 137 237 71 50 0 46 337 47 55
Binary 1000101 1011111 10011111 111001 101000 0 100110 11011111 100111 101101

Color Harmonies of #455F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455F9F

Black with #455F9F

Text Example


Text Example

White with #455F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #455F9F;
 }
 .AnyTagClassName
 {
   color: #455F9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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