Html Css Color HEX #445FA6 Mariner

📋 copy color: '#445FA6'

red 68 ◦ green 95 ◦ blue 166

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

Shades of Mariner #445FA6

Tints of Mariner #445FA6

RGB

 RED value IS 68 (26.95% from 255) = 20.67%

 GREEN value IS 95 (37.5% from 255) = 28.88%

 BLUE value IS 166 (65.23% from 255) = 50.46%

R = 20.67%
G = 28.88%
B = 50.46%

CMYK

 C value IS 0.59

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#445FA6 (or 0x445FA6) is known color: Mariner. HEX triplet: 44, 5F and A6. RGB value is (68,95,166). Sum of RGB (Red+Green+Blue) = 68+95+166=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 166 (65.23% from 255 or 50.46% from 329); Max value from RGB is 166 - color contains mainly: blue. Hex color #445FA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445FA6 is #BBA059. Grayscale: #5E5E5E. Windows color (decimal): -12296282 or 10903364. OLE color: 10903364.

HSL color Cylindrical-coordinate representation of color #445FA6: hue angle of 223.47º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #445FA6 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 68 95 166 -
CMYK 0.59 0.43 0 0.35
HSL 223.47º 0.42% 0.46% -
HSV(B) 223.47º 0.59% 0.65% -
XYZ 13.36 12.17 37.72 -
YUV 95.02 168.05 108.73 -
System Red Green Blue C M Y K H S L
Decimal 68 95 166 0.59 0.43 0 0.35 223.47 0.42 0.46
Hex 44 5F A6 3B 2B 0 23 DF 2A 2E
Octal 104 137 246 73 53 0 43 337 52 56
Binary 1000100 1011111 10100110 111011 101011 0 100011 11011111 101010 101110

Color Harmonies of #445FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445FA6

Black with #445FA6

Text Example


Text Example

White with #445FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445FA6; }

 p { color: rgb(68,95,166); }

 H1.HeaderClassName
 {
   color: #445FA6;
 }
 .AnyTagClassName
 {
   color: #445FA6;
 }
</style>

background-color css

<style>
 a { background-color: #445FA6; }

 a { background-color: rgb(68,95,166); }

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

border-color css

<style>
 span { border-color: #445FA6; }

 span { border-color: rgb(68,95,166); }

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