Html Css Color HEX #445BAD Mariner

📋 copy color: '#445BAD'

red 68 ◦ green 91 ◦ blue 173

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

Shades of Mariner #445BAD

Tints of Mariner #445BAD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.41%

 BLUE value IS 173 (67.97% from 255) = 52.11%

R = 20.48%
G = 27.41%
B = 52.11%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#445BAD (or 0x445BAD) is known color: Mariner. HEX triplet: 44, 5B and AD. RGB value is (68,91,173). Sum of RGB (Red+Green+Blue) = 68+91+173=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #445BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445BAD is #BBA452. Grayscale: #5D5D5D. Windows color (decimal): -12297299 or 11361092. OLE color: 11361092.

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

Color convert

RGB 68 91 173 -
CMYK 0.61 0.47 0 0.32
HSL 226.86º 0.44% 0.47% -
HSV(B) 226.86º 0.61% 0.68% -
XYZ 13.67 11.73 41.08 -
YUV 93.47 172.88 109.83 -
System Red Green Blue C M Y K H S L
Decimal 68 91 173 0.61 0.47 0 0.32 226.86 0.44 0.47
Hex 44 5B AD 3D 2F 0 20 E3 2C 2F
Octal 104 133 255 75 57 0 40 343 54 57
Binary 1000100 1011011 10101101 111101 101111 0 100000 11100011 101100 101111

Color Harmonies of #445BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445BAD

Black with #445BAD

Text Example


Text Example

White with #445BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,91,173); }

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

background-color css

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

 a { background-color: rgb(68,91,173); }

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

border-color css

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

 span { border-color: rgb(68,91,173); }

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