Html Css Color HEX #446F5D Stromboli

📋 copy color: '#446F5D'

red 68 ◦ green 111 ◦ blue 93

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

Shades of Stromboli #446F5D

Tints of Stromboli #446F5D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.81%

 BLUE value IS 93 (36.72% from 255) = 34.19%

R = 25%
G = 40.81%
B = 34.19%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#446F5D (or 0x446F5D) is known color: Stromboli. HEX triplet: 44, 6F and 5D. RGB value is (68,111,93). Sum of RGB (Red+Green+Blue) = 68+111+93=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 111 - color contains mainly: green. Hex color #446F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446F5D is #BB90A2. Grayscale: #606060. Windows color (decimal): -12292259 or 6123332. OLE color: 6123332.

HSL color Cylindrical-coordinate representation of color #446F5D: hue angle of 154.88º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #446F5D is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 111 93 -
CMYK 0.39 0 0.16 0.56
HSL 154.88º 0.24% 0.35% -
HSV(B) 154.88º 0.39% 0.44% -
XYZ 10.04 13.39 12.41 -
YUV 96.09 126.25 107.96 -
System Red Green Blue C M Y K H S L
Decimal 68 111 93 0.39 0 0.16 0.56 154.88 0.24 0.35
Hex 44 6F 5D 27 0 10 38 9B 18 23
Octal 104 157 135 47 0 20 70 233 30 43
Binary 1000100 1101111 1011101 100111 0 10000 111000 10011011 11000 100011

Color Harmonies of #446F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446F5D

Black with #446F5D

Text Example


Text Example

White with #446F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446F5D; }

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

 H1.HeaderClassName
 {
   color: #446F5D;
 }
 .AnyTagClassName
 {
   color: #446F5D;
 }
</style>

background-color css

<style>
 a { background-color: #446F5D; }

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

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

border-color css

<style>
 span { border-color: #446F5D; }

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

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