Html Css Color HEX #445477 Chambray

📋 copy color: '#445477'

red 68 ◦ green 84 ◦ blue 119

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

Shades of Chambray #445477

Tints of Chambray #445477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31%

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

R = 25.09%
G = 31%
B = 43.91%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#445477 (or 0x445477) is known color: Chambray. HEX triplet: 44, 54 and 77. RGB value is (68,84,119). Sum of RGB (Red+Green+Blue) = 68+84+119=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #445477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445477 is #BBAB88. Grayscale: #535353. Windows color (decimal): -12299145 or 7820356. OLE color: 7820356.

HSL color Cylindrical-coordinate representation of color #445477: hue angle of 221.18º 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 #445477 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 84 119 -
CMYK 0.43 0.29 0 0.53
HSL 221.18º 0.27% 0.37% -
HSV(B) 221.18º 0.43% 0.47% -
XYZ 8.88 8.9 18.7 -
YUV 83.21 148.2 117.15 -
System Red Green Blue C M Y K H S L
Decimal 68 84 119 0.43 0.29 0 0.53 221.18 0.27 0.37
Hex 44 54 77 2B 1D 0 35 DD 1B 25
Octal 104 124 167 53 35 0 65 335 33 45
Binary 1000100 1010100 1110111 101011 11101 0 110101 11011101 11011 100101

Color Harmonies of #445477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445477

Black with #445477

Text Example


Text Example

White with #445477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445477; }

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

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

background-color css

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

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

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

border-color css

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

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

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