Html Css Color HEX #45589C Mariner

📋 copy color: '#45589C'

red 69 ◦ green 88 ◦ blue 156

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

Shades of Mariner #45589C

Tints of Mariner #45589C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.12%

 BLUE value IS 156 (61.33% from 255) = 49.84%

R = 22.04%
G = 28.12%
B = 49.84%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#45589C (or 0x45589C) is known color: Mariner. HEX triplet: 45, 58 and 9C. RGB value is (69,88,156). Sum of RGB (Red+Green+Blue) = 69+88+156=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #45589C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45589C is #BAA763. Grayscale: #595959. Windows color (decimal): -12232548 or 10246213. OLE color: 10246213.

HSL color Cylindrical-coordinate representation of color #45589C: hue angle of 226.9º 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 #45589C is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 69 88 156 -
CMYK 0.56 0.44 0 0.39
HSL 226.9º 0.39% 0.44% -
HSV(B) 226.9º 0.56% 0.61% -
XYZ 11.94 10.64 32.88 -
YUV 90.07 165.21 112.97 -
System Red Green Blue C M Y K H S L
Decimal 69 88 156 0.56 0.44 0 0.39 226.9 0.39 0.44
Hex 45 58 9C 38 2C 0 27 E3 27 2C
Octal 105 130 234 70 54 0 47 343 47 54
Binary 1000101 1011000 10011100 111000 101100 0 100111 11100011 100111 101100

Color Harmonies of #45589C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45589C

Black with #45589C

Text Example


Text Example

White with #45589C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45589C; }

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

 H1.HeaderClassName
 {
   color: #45589C;
 }
 .AnyTagClassName
 {
   color: #45589C;
 }
</style>

background-color css

<style>
 a { background-color: #45589C; }

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

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

border-color css

<style>
 span { border-color: #45589C; }

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

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