Html Css Color HEX #45609B Mariner

📋 copy color: '#45609B'

red 69 ◦ green 96 ◦ blue 155

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

Shades of Mariner #45609B

Tints of Mariner #45609B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30%

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

R = 21.56%
G = 30%
B = 48.44%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#45609B (or 0x45609B) is known color: Mariner. HEX triplet: 45, 60 and 9B. RGB value is (69,96,155). Sum of RGB (Red+Green+Blue) = 69+96+155=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #45609B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45609B is #BA9F64. Grayscale: #5E5E5E. Windows color (decimal): -12230501 or 10182725. OLE color: 10182725.

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

Color convert

RGB 69 96 155 -
CMYK 0.55 0.38 0 0.39
HSL 221.16º 0.38% 0.44% -
HSV(B) 221.16º 0.55% 0.61% -
XYZ 12.55 12 32.66 -
YUV 94.65 162.05 109.7 -
System Red Green Blue C M Y K H S L
Decimal 69 96 155 0.55 0.38 0 0.39 221.16 0.38 0.44
Hex 45 60 9B 37 26 0 27 DD 26 2C
Octal 105 140 233 67 46 0 47 335 46 54
Binary 1000101 1100000 10011011 110111 100110 0 100111 11011101 100110 101100

Color Harmonies of #45609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45609B

Black with #45609B

Text Example


Text Example

White with #45609B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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