Html Css Color HEX #445D9B Mariner

📋 copy color: '#445D9B'

red 68 ◦ green 93 ◦ blue 155

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

Shades of Mariner #445D9B

Tints of Mariner #445D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.05%

R = 21.52%
G = 29.43%
B = 49.05%

CMYK

 C value IS 0.56

 M value IS 0.4

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#445D9B (or 0x445D9B) is known color: Mariner. HEX triplet: 44, 5D and 9B. RGB value is (68,93,155). Sum of RGB (Red+Green+Blue) = 68+93+155=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #445D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445D9B is #BBA264. Grayscale: #5C5C5C. Windows color (decimal): -12296805 or 10181956. OLE color: 10181956.

HSL color Cylindrical-coordinate representation of color #445D9B: hue angle of 222.76º 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 #445D9B is Cyan = 0.56, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 93 155 -
CMYK 0.56 0.4 0 0.39
HSL 222.76º 0.39% 0.44% -
HSV(B) 222.76º 0.56% 0.61% -
XYZ 12.21 11.42 32.57 -
YUV 92.59 163.22 110.46 -
System Red Green Blue C M Y K H S L
Decimal 68 93 155 0.56 0.4 0 0.39 222.76 0.39 0.44
Hex 44 5D 9B 38 28 0 27 DF 27 2C
Octal 104 135 233 70 50 0 47 337 47 54
Binary 1000100 1011101 10011011 111000 101000 0 100111 11011111 100111 101100

Color Harmonies of #445D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445D9B

Black with #445D9B

Text Example


Text Example

White with #445D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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