Html Css Color HEX #45639B Mariner

📋 copy color: '#45639B'

red 69 ◦ green 99 ◦ blue 155

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

Shades of Mariner #45639B

Tints of Mariner #45639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.65%

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

R = 21.36%
G = 30.65%
B = 47.99%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#45639B (or 0x45639B) is known color: Mariner. HEX triplet: 45, 63 and 9B. RGB value is (69,99,155). Sum of RGB (Red+Green+Blue) = 69+99+155=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #45639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45639B is #BA9C64. Grayscale: #606060. Windows color (decimal): -12229733 or 10183493. OLE color: 10183493.

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

Color convert

RGB 69 99 155 -
CMYK 0.55 0.36 0 0.39
HSL 219.07º 0.38% 0.44% -
HSV(B) 219.07º 0.55% 0.61% -
XYZ 12.83 12.56 32.76 -
YUV 96.41 161.06 108.45 -
System Red Green Blue C M Y K H S L
Decimal 69 99 155 0.55 0.36 0 0.39 219.07 0.38 0.44
Hex 45 63 9B 37 24 0 27 DB 26 2C
Octal 105 143 233 67 44 0 47 333 46 54
Binary 1000101 1100011 10011011 110111 100100 0 100111 11011011 100110 101100

Color Harmonies of #45639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45639B

Black with #45639B

Text Example


Text Example

White with #45639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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