Html Css Color HEX #445878 Chambray

📋 copy color: '#445878'

red 68 ◦ green 88 ◦ blue 120

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

Shades of Chambray #445878

Tints of Chambray #445878

RGB

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

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

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

R = 24.64%
G = 31.88%
B = 43.48%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#445878 (or 0x445878) is known color: Chambray. HEX triplet: 44, 58 and 78. RGB value is (68,88,120). Sum of RGB (Red+Green+Blue) = 68+88+120=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #445878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445878 is #BBA787. Grayscale: #555555. Windows color (decimal): -12298120 or 7886916. OLE color: 7886916.

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

Color convert

RGB 68 88 120 -
CMYK 0.43 0.27 0 0.53
HSL 216.92º 0.28% 0.37% -
HSV(B) 216.92º 0.43% 0.47% -
XYZ 9.26 9.56 19.13 -
YUV 85.67 147.37 115.4 -
System Red Green Blue C M Y K H S L
Decimal 68 88 120 0.43 0.27 0 0.53 216.92 0.28 0.37
Hex 44 58 78 2B 1B 0 35 D9 1C 25
Octal 104 130 170 53 33 0 65 331 34 45
Binary 1000100 1011000 1111000 101011 11011 0 110101 11011001 11100 100101

Color Harmonies of #445878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445878

Black with #445878

Text Example


Text Example

White with #445878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445878; }

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

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

background-color css

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

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

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

border-color css

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

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

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