Html Css Color HEX #45649D Mariner

📋 copy color: '#45649D'

red 69 ◦ green 100 ◦ blue 157

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

Shades of Mariner #45649D

Tints of Mariner #45649D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.16%

R = 21.17%
G = 30.67%
B = 48.16%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#45649D (or 0x45649D) is known color: Mariner. HEX triplet: 45, 64 and 9D. RGB value is (69,100,157). Sum of RGB (Red+Green+Blue) = 69+100+157=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #45649D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45649D is #BA9B62. Grayscale: #606060. Windows color (decimal): -12229475 or 10314821. OLE color: 10314821.

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

Color convert

RGB 69 100 157 -
CMYK 0.56 0.36 0 0.38
HSL 218.86º 0.39% 0.44% -
HSV(B) 218.86º 0.56% 0.62% -
XYZ 13.1 12.81 33.68 -
YUV 97.23 161.73 107.87 -
System Red Green Blue C M Y K H S L
Decimal 69 100 157 0.56 0.36 0 0.38 218.86 0.39 0.44
Hex 45 64 9D 38 24 0 26 DB 27 2C
Octal 105 144 235 70 44 0 46 333 47 54
Binary 1000101 1100100 10011101 111000 100100 0 100110 11011011 100111 101100

Color Harmonies of #45649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45649D

Black with #45649D

Text Example


Text Example

White with #45649D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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