Html Css Color HEX #445877 Chambray

📋 copy color: '#445877'

red 68 ◦ green 88 ◦ blue 119

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

Shades of Chambray #445877

Tints of Chambray #445877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32%

 BLUE value IS 119 (46.88% from 255) = 43.27%

R = 24.73%
G = 32%
B = 43.27%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#445877 (or 0x445877) is known color: Chambray. HEX triplet: 44, 58 and 77. RGB value is (68,88,119). Sum of RGB (Red+Green+Blue) = 68+88+119=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: blue. Hex color #445877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445877 is #BBA788. Grayscale: #555555. Windows color (decimal): -12298121 or 7821380. OLE color: 7821380.

HSL color Cylindrical-coordinate representation of color #445877: hue angle of 216.47º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #445877 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 88 119 -
CMYK 0.43 0.26 0 0.53
HSL 216.47º 0.27% 0.37% -
HSV(B) 216.47º 0.43% 0.47% -
XYZ 9.2 9.54 18.81 -
YUV 85.55 146.87 115.48 -
System Red Green Blue C M Y K H S L
Decimal 68 88 119 0.43 0.26 0 0.53 216.47 0.27 0.37
Hex 44 58 77 2B 1A 0 35 D8 1B 25
Octal 104 130 167 53 32 0 65 330 33 45
Binary 1000100 1011000 1110111 101011 11010 0 110101 11011000 11011 100101

Color Harmonies of #445877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445877

Black with #445877

Text Example


Text Example

White with #445877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445877; }

 p { color: rgb(68,88,119); }

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

background-color css

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

 a { background-color: rgb(68,88,119); }

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

border-color css

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

 span { border-color: rgb(68,88,119); }

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