Html Css Color HEX #445DA4 Mariner

📋 copy color: '#445DA4'

red 68 ◦ green 93 ◦ blue 164

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

Shades of Mariner #445DA4

Tints of Mariner #445DA4

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.62%

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

R = 20.92%
G = 28.62%
B = 50.46%

CMYK

 C value IS 0.59

 M value IS 0.43

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#445DA4 (or 0x445DA4) is known color: Mariner. HEX triplet: 44, 5D and A4. RGB value is (68,93,164). Sum of RGB (Red+Green+Blue) = 68+93+164=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 164 (64.45% from 255 or 50.46% from 325); Max value from RGB is 164 - color contains mainly: blue. Hex color #445DA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445DA4 is #BBA25B. Grayscale: #5D5D5D. Windows color (decimal): -12296796 or 10771780. OLE color: 10771780.

HSL color Cylindrical-coordinate representation of color #445DA4: hue angle of 224.38º 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 #445DA4 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 93 164 -
CMYK 0.59 0.43 0 0.36
HSL 224.38º 0.41% 0.45% -
HSV(B) 224.38º 0.59% 0.64% -
XYZ 13 11.74 36.7 -
YUV 93.62 167.72 109.73 -
System Red Green Blue C M Y K H S L
Decimal 68 93 164 0.59 0.43 0 0.36 224.38 0.41 0.45
Hex 44 5D A4 3B 2B 0 24 E0 29 2D
Octal 104 135 244 73 53 0 44 340 51 55
Binary 1000100 1011101 10100100 111011 101011 0 100100 11100000 101001 101101

Color Harmonies of #445DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445DA4

Black with #445DA4

Text Example


Text Example

White with #445DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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