Html Css Color HEX #45699B Mariner

📋 copy color: '#45699B'

red 69 ◦ green 105 ◦ blue 155

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

Shades of Mariner #45699B

Tints of Mariner #45699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.91%

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

R = 20.97%
G = 31.91%
B = 47.11%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#45699B (or 0x45699B) is known color: Mariner. HEX triplet: 45, 69 and 9B. RGB value is (69,105,155). Sum of RGB (Red+Green+Blue) = 69+105+155=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #45699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45699B is #BA9664. Grayscale: #636363. Windows color (decimal): -12228197 or 10185029. OLE color: 10185029.

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

Color convert

RGB 69 105 155 -
CMYK 0.55 0.32 0 0.39
HSL 214.88º 0.38% 0.44% -
HSV(B) 214.88º 0.55% 0.61% -
XYZ 13.42 13.73 32.95 -
YUV 99.94 159.07 105.93 -
System Red Green Blue C M Y K H S L
Decimal 69 105 155 0.55 0.32 0 0.39 214.88 0.38 0.44
Hex 45 69 9B 37 20 0 27 D7 26 2C
Octal 105 151 233 67 40 0 47 327 46 54
Binary 1000101 1101001 10011011 110111 100000 0 100111 11010111 100110 101100

Color Harmonies of #45699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45699B

Black with #45699B

Text Example


Text Example

White with #45699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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