Html Css Color HEX #445F9C Mariner

📋 copy color: '#445F9C'

red 68 ◦ green 95 ◦ blue 156

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

Shades of Mariner #445F9C

Tints of Mariner #445F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.9%

R = 21.32%
G = 29.78%
B = 48.9%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#445F9C (or 0x445F9C) is known color: Mariner. HEX triplet: 44, 5F and 9C. RGB value is (68,95,156). Sum of RGB (Red+Green+Blue) = 68+95+156=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #445F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445F9C is #BBA063. Grayscale: #5D5D5D. Windows color (decimal): -12296292 or 10248004. OLE color: 10248004.

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

Color convert

RGB 68 95 156 -
CMYK 0.56 0.39 0 0.39
HSL 221.59º 0.39% 0.44% -
HSV(B) 221.59º 0.56% 0.61% -
XYZ 12.48 11.81 33.08 -
YUV 93.88 163.05 109.54 -
System Red Green Blue C M Y K H S L
Decimal 68 95 156 0.56 0.39 0 0.39 221.59 0.39 0.44
Hex 44 5F 9C 38 27 0 27 DE 27 2C
Octal 104 137 234 70 47 0 47 336 47 54
Binary 1000100 1011111 10011100 111000 100111 0 100111 11011110 100111 101100

Color Harmonies of #445F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445F9C

Black with #445F9C

Text Example


Text Example

White with #445F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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