Html Css Color HEX #45649C Mariner

📋 copy color: '#45649C'

red 69 ◦ green 100 ◦ blue 156

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

Shades of Mariner #45649C

Tints of Mariner #45649C

RGB

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

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

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

R = 21.23%
G = 30.77%
B = 48%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#45649C (or 0x45649C) is known color: Mariner. HEX triplet: 45, 64 and 9C. RGB value is (69,100,156). Sum of RGB (Red+Green+Blue) = 69+100+156=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #45649C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45649C is #BA9B63. Grayscale: #606060. Windows color (decimal): -12229476 or 10249285. OLE color: 10249285.

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

Color convert

RGB 69 100 156 -
CMYK 0.56 0.36 0 0.39
HSL 218.62º 0.39% 0.44% -
HSV(B) 218.62º 0.56% 0.61% -
XYZ 13.01 12.78 33.23 -
YUV 97.12 161.23 107.95 -
System Red Green Blue C M Y K H S L
Decimal 69 100 156 0.56 0.36 0 0.39 218.62 0.39 0.44
Hex 45 64 9C 38 24 0 27 DB 27 2C
Octal 105 144 234 70 44 0 47 333 47 54
Binary 1000101 1100100 10011100 111000 100100 0 100111 11011011 100111 101100

Color Harmonies of #45649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45649C

Black with #45649C

Text Example


Text Example

White with #45649C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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