Html Css Color HEX #445BAC Mariner

📋 copy color: '#445BAC'

red 68 ◦ green 91 ◦ blue 172

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

Shades of Mariner #445BAC

Tints of Mariner #445BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.96%

R = 20.54%
G = 27.49%
B = 51.96%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#445BAC (or 0x445BAC) is known color: Mariner. HEX triplet: 44, 5B and AC. RGB value is (68,91,172). Sum of RGB (Red+Green+Blue) = 68+91+172=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #445BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445BAC is #BBA453. Grayscale: #5D5D5D. Windows color (decimal): -12297300 or 11295556. OLE color: 11295556.

HSL color Cylindrical-coordinate representation of color #445BAC: hue angle of 226.73º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #445BAC is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 91 172 -
CMYK 0.60 0.47 0 0.33
HSL 226.73º 0.43% 0.47% -
HSV(B) 226.73º 0.6% 0.67% -
XYZ 13.57 11.69 40.57 -
YUV 93.36 172.38 109.91 -
System Red Green Blue C M Y K H S L
Decimal 68 91 172 0.60 0.47 0 0.33 226.73 0.43 0.47
Hex 44 5B AC 3C 2F 0 21 E3 2B 2F
Octal 104 133 254 74 57 0 41 343 53 57
Binary 1000100 1011011 10101100 111100 101111 0 100001 11100011 101011 101111

Color Harmonies of #445BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445BAC

Black with #445BAC

Text Example


Text Example

White with #445BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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