Html Css Color HEX #445B9B Mariner

📋 copy color: '#445B9B'

red 68 ◦ green 91 ◦ blue 155

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

Shades of Mariner #445B9B

Tints of Mariner #445B9B

RGB

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

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

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

R = 21.66%
G = 28.98%
B = 49.36%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#445B9B (or 0x445B9B) is known color: Mariner. HEX triplet: 44, 5B and 9B. RGB value is (68,91,155). Sum of RGB (Red+Green+Blue) = 68+91+155=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #445B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445B9B is #BBA464. Grayscale: #5B5B5B. Windows color (decimal): -12297317 or 10181444. OLE color: 10181444.

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

Color convert

RGB 68 91 155 -
CMYK 0.56 0.41 0 0.39
HSL 224.14º 0.39% 0.44% -
HSV(B) 224.14º 0.56% 0.61% -
XYZ 12.04 11.08 32.51 -
YUV 91.42 163.88 111.3 -
System Red Green Blue C M Y K H S L
Decimal 68 91 155 0.56 0.41 0 0.39 224.14 0.39 0.44
Hex 44 5B 9B 38 29 0 27 E0 27 2C
Octal 104 133 233 70 51 0 47 340 47 54
Binary 1000100 1011011 10011011 111000 101001 0 100111 11100000 100111 101100

Color Harmonies of #445B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445B9B

Black with #445B9B

Text Example


Text Example

White with #445B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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