Html Css Color HEX #45649E Mariner

📋 copy color: '#45649E'

red 69 ◦ green 100 ◦ blue 158

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

Shades of Mariner #45649E

Tints of Mariner #45649E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.58%

 BLUE value IS 158 (62.11% from 255) = 48.32%

R = 21.1%
G = 30.58%
B = 48.32%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#45649E (or 0x45649E) is known color: Mariner. HEX triplet: 45, 64 and 9E. RGB value is (69,100,158). Sum of RGB (Red+Green+Blue) = 69+100+158=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #45649E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45649E is #BA9B61. Grayscale: #616161. Windows color (decimal): -12229474 or 10380357. OLE color: 10380357.

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

Color convert

RGB 69 100 158 -
CMYK 0.56 0.37 0 0.38
HSL 219.1º 0.39% 0.45% -
HSV(B) 219.1º 0.56% 0.62% -
XYZ 13.18 12.85 34.13 -
YUV 97.34 162.23 107.78 -
System Red Green Blue C M Y K H S L
Decimal 69 100 158 0.56 0.37 0 0.38 219.1 0.39 0.45
Hex 45 64 9E 38 25 0 26 DB 27 2D
Octal 105 144 236 70 45 0 46 333 47 55
Binary 1000101 1100100 10011110 111000 100101 0 100110 11011011 100111 101101

Color Harmonies of #45649E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45649E

Black with #45649E

Text Example


Text Example

White with #45649E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45649E; }

 p { color: rgb(69,100,158); }

 H1.HeaderClassName
 {
   color: #45649E;
 }
 .AnyTagClassName
 {
   color: #45649E;
 }
</style>

background-color css

<style>
 a { background-color: #45649E; }

 a { background-color: rgb(69,100,158); }

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

border-color css

<style>
 span { border-color: #45649E; }

 span { border-color: rgb(69,100,158); }

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