Html Css Color HEX #445578 Chambray

📋 copy color: '#445578'

red 68 ◦ green 85 ◦ blue 120

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

Shades of Chambray #445578

Tints of Chambray #445578

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.14%

 BLUE value IS 120 (47.27% from 255) = 43.96%

R = 24.91%
G = 31.14%
B = 43.96%

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

#445578 (or 0x445578) is known color: Chambray. HEX triplet: 44, 55 and 78. RGB value is (68,85,120). Sum of RGB (Red+Green+Blue) = 68+85+120=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #445578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445578 is #BBAA87. Grayscale: #535353. Windows color (decimal): -12298888 or 7886148. OLE color: 7886148.

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

Color convert

RGB 68 85 120 -
CMYK 0.43 0.29 0 0.53
HSL 220.38º 0.28% 0.37% -
HSV(B) 220.38º 0.43% 0.47% -
XYZ 9.02 9.08 19.05 -
YUV 83.91 148.37 116.65 -
System Red Green Blue C M Y K H S L
Decimal 68 85 120 0.43 0.29 0 0.53 220.38 0.28 0.37
Hex 44 55 78 2B 1D 0 35 DC 1C 25
Octal 104 125 170 53 35 0 65 334 34 45
Binary 1000100 1010101 1111000 101011 11101 0 110101 11011100 11100 100101

Color Harmonies of #445578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445578

Black with #445578

Text Example


Text Example

White with #445578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445578; }

 p { color: rgb(68,85,120); }

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

background-color css

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

 a { background-color: rgb(68,85,120); }

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

border-color css

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

 span { border-color: rgb(68,85,120); }

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