Html Css Color HEX #45599B Mariner

📋 copy color: '#45599B'

red 69 ◦ green 89 ◦ blue 155

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

Shades of Mariner #45599B

Tints of Mariner #45599B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.43%

 BLUE value IS 155 (60.94% from 255) = 49.52%

R = 22.04%
G = 28.43%
B = 49.52%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#45599B (or 0x45599B) is known color: Mariner. HEX triplet: 45, 59 and 9B. RGB value is (69,89,155). Sum of RGB (Red+Green+Blue) = 69+89+155=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #45599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45599B is #BAA664. Grayscale: #5A5A5A. Windows color (decimal): -12232293 or 10180933. OLE color: 10180933.

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

Color convert

RGB 69 89 155 -
CMYK 0.55 0.43 0 0.39
HSL 226.05º 0.38% 0.44% -
HSV(B) 226.05º 0.55% 0.61% -
XYZ 11.94 10.78 32.46 -
YUV 90.54 164.37 112.63 -
System Red Green Blue C M Y K H S L
Decimal 69 89 155 0.55 0.43 0 0.39 226.05 0.38 0.44
Hex 45 59 9B 37 2B 0 27 E2 26 2C
Octal 105 131 233 67 53 0 47 342 46 54
Binary 1000101 1011001 10011011 110111 101011 0 100111 11100010 100110 101100

Color Harmonies of #45599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45599B

Black with #45599B

Text Example


Text Example

White with #45599B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45599B; }

 p { color: rgb(69,89,155); }

 H1.HeaderClassName
 {
   color: #45599B;
 }
 .AnyTagClassName
 {
   color: #45599B;
 }
</style>

background-color css

<style>
 a { background-color: #45599B; }

 a { background-color: rgb(69,89,155); }

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

border-color css

<style>
 span { border-color: #45599B; }

 span { border-color: rgb(69,89,155); }

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