Html Css Color HEX #445F8E Mariner

📋 copy color: '#445F8E'

red 68 ◦ green 95 ◦ blue 142

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

Shades of Mariner #445F8E

Tints of Mariner #445F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 46.56%

R = 22.3%
G = 31.15%
B = 46.56%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#445F8E (or 0x445F8E) is known color: Mariner. HEX triplet: 44, 5F and 8E. RGB value is (68,95,142). Sum of RGB (Red+Green+Blue) = 68+95+142=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #445F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445F8E is #BBA071. Grayscale: #5C5C5C. Windows color (decimal): -12296306 or 9330500. OLE color: 9330500.

HSL color Cylindrical-coordinate representation of color #445F8E: hue angle of 218.11º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #445F8E is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 95 142 -
CMYK 0.52 0.33 0 0.44
HSL 218.11º 0.35% 0.41% -
HSV(B) 218.11º 0.52% 0.56% -
XYZ 11.36 11.37 27.19 -
YUV 92.29 156.05 110.68 -
System Red Green Blue C M Y K H S L
Decimal 68 95 142 0.52 0.33 0 0.44 218.11 0.35 0.41
Hex 44 5F 8E 34 21 0 2C DA 23 29
Octal 104 137 216 64 41 0 54 332 43 51
Binary 1000100 1011111 10001110 110100 100001 0 101100 11011010 100011 101001

Color Harmonies of #445F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445F8E

Black with #445F8E

Text Example


Text Example

White with #445F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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