Html Css Color HEX #45649A Mariner

📋 copy color: '#45649A'

red 69 ◦ green 100 ◦ blue 154

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

Shades of Mariner #45649A

Tints of Mariner #45649A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 47.68%

R = 21.36%
G = 30.96%
B = 47.68%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#45649A (or 0x45649A) is known color: Mariner. HEX triplet: 45, 64 and 9A. RGB value is (69,100,154). Sum of RGB (Red+Green+Blue) = 69+100+154=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #45649A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45649A is #BA9B65. Grayscale: #606060. Windows color (decimal): -12229478 or 10118213. OLE color: 10118213.

HSL color Cylindrical-coordinate representation of color #45649A: hue angle of 218.12º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45649A is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 69 100 154 -
CMYK 0.55 0.35 0 0.40
HSL 218.12º 0.38% 0.44% -
HSV(B) 218.12º 0.55% 0.6% -
XYZ 12.84 12.71 32.35 -
YUV 96.89 160.23 108.11 -
System Red Green Blue C M Y K H S L
Decimal 69 100 154 0.55 0.35 0 0.40 218.12 0.38 0.44
Hex 45 64 9A 37 23 0 28 DA 26 2C
Octal 105 144 232 67 43 0 50 332 46 54
Binary 1000101 1100100 10011010 110111 100011 0 101000 11011010 100110 101100

Color Harmonies of #45649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45649A

Black with #45649A

Text Example


Text Example

White with #45649A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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