Html Css Color HEX #445675 Chambray

📋 copy color: '#445675'

red 68 ◦ green 86 ◦ blue 117

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

Shades of Chambray #445675

Tints of Chambray #445675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.73%

 BLUE value IS 117 (46.09% from 255) = 43.17%

R = 25.09%
G = 31.73%
B = 43.17%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#445675 (or 0x445675) is known color: Chambray. HEX triplet: 44, 56 and 75. RGB value is (68,86,117). Sum of RGB (Red+Green+Blue) = 68+86+117=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #445675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445675 is #BBA98A. Grayscale: #545454. Windows color (decimal): -12298635 or 7689796. OLE color: 7689796.

HSL color Cylindrical-coordinate representation of color #445675: hue angle of 217.96º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #445675 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 86 117 -
CMYK 0.42 0.26 0 0.54
HSL 217.96º 0.26% 0.36% -
HSV(B) 217.96º 0.42% 0.46% -
XYZ 8.92 9.17 18.13 -
YUV 84.15 146.54 116.48 -
System Red Green Blue C M Y K H S L
Decimal 68 86 117 0.42 0.26 0 0.54 217.96 0.26 0.36
Hex 44 56 75 2A 1A 0 36 DA 1A 24
Octal 104 126 165 52 32 0 66 332 32 44
Binary 1000100 1010110 1110101 101010 11010 0 110110 11011010 11010 100100

Color Harmonies of #445675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445675

Black with #445675

Text Example


Text Example

White with #445675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445675; }

 p { color: rgb(68,86,117); }

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

background-color css

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

 a { background-color: rgb(68,86,117); }

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

border-color css

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

 span { border-color: rgb(68,86,117); }

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