Html Css Color HEX #445C78 Chambray

📋 copy color: '#445C78'

red 68 ◦ green 92 ◦ blue 120

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

Shades of Chambray #445C78

Tints of Chambray #445C78

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.86%

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

R = 24.29%
G = 32.86%
B = 42.86%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#445C78 (or 0x445C78) is known color: Chambray. HEX triplet: 44, 5C and 78. RGB value is (68,92,120). Sum of RGB (Red+Green+Blue) = 68+92+120=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #445C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445C78 is #BBA387. Grayscale: #575757. Windows color (decimal): -12297096 or 7887940. OLE color: 7887940.

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

Color convert

RGB 68 92 120 -
CMYK 0.43 0.23 0 0.53
HSL 212.31º 0.28% 0.37% -
HSV(B) 212.31º 0.43% 0.47% -
XYZ 9.6 10.24 19.24 -
YUV 88.02 146.05 113.72 -
System Red Green Blue C M Y K H S L
Decimal 68 92 120 0.43 0.23 0 0.53 212.31 0.28 0.37
Hex 44 5C 78 2B 17 0 35 D4 1C 25
Octal 104 134 170 53 27 0 65 324 34 45
Binary 1000100 1011100 1111000 101011 10111 0 110101 11010100 11100 100101

Color Harmonies of #445C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445C78

Black with #445C78

Text Example


Text Example

White with #445C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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