Html Css Color HEX #45649B Mariner

📋 copy color: '#45649B'

red 69 ◦ green 100 ◦ blue 155

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

Shades of Mariner #45649B

Tints of Mariner #45649B

RGB

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

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

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

R = 21.3%
G = 30.86%
B = 47.84%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#45649B (or 0x45649B) is known color: Mariner. HEX triplet: 45, 64 and 9B. RGB value is (69,100,155). Sum of RGB (Red+Green+Blue) = 69+100+155=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #45649B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45649B is #BA9B64. Grayscale: #606060. Windows color (decimal): -12229477 or 10183749. OLE color: 10183749.

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

Color convert

RGB 69 100 155 -
CMYK 0.55 0.35 0 0.39
HSL 218.37º 0.38% 0.44% -
HSV(B) 218.37º 0.55% 0.61% -
XYZ 12.93 12.75 32.79 -
YUV 97 160.73 108.03 -
System Red Green Blue C M Y K H S L
Decimal 69 100 155 0.55 0.35 0 0.39 218.37 0.38 0.44
Hex 45 64 9B 37 23 0 27 DA 26 2C
Octal 105 144 233 67 43 0 47 332 46 54
Binary 1000101 1100100 10011011 110111 100011 0 100111 11011010 100110 101100

Color Harmonies of #45649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45649B

Black with #45649B

Text Example


Text Example

White with #45649B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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