Html Css Color HEX #445FA4 Mariner

📋 copy color: '#445FA4'

red 68 ◦ green 95 ◦ blue 164

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

Shades of Mariner #445FA4

Tints of Mariner #445FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 50.15%

R = 20.8%
G = 29.05%
B = 50.15%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#445FA4 (or 0x445FA4) is known color: Mariner. HEX triplet: 44, 5F and A4. RGB value is (68,95,164). Sum of RGB (Red+Green+Blue) = 68+95+164=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 164 (64.45% from 255 or 50.15% from 327); Max value from RGB is 164 - color contains mainly: blue. Hex color #445FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445FA4 is #BBA05B. Grayscale: #5E5E5E. Windows color (decimal): -12296284 or 10772292. OLE color: 10772292.

HSL color Cylindrical-coordinate representation of color #445FA4: hue angle of 223.12º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #445FA4 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 95 164 -
CMYK 0.59 0.42 0 0.36
HSL 223.13º 0.41% 0.45% -
HSV(B) 223.13º 0.59% 0.64% -
XYZ 13.18 12.09 36.76 -
YUV 94.79 167.05 108.89 -
System Red Green Blue C M Y K H S L
Decimal 68 95 164 0.59 0.42 0 0.36 223.13 0.41 0.45
Hex 44 5F A4 3B 2A 0 24 DF 29 2D
Octal 104 137 244 73 52 0 44 337 51 55
Binary 1000100 1011111 10100100 111011 101010 0 100100 11011111 101001 101101

Color Harmonies of #445FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445FA4

Black with #445FA4

Text Example


Text Example

White with #445FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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