Html Css Color HEX #445E78 Chambray

📋 copy color: '#445E78'

red 68 ◦ green 94 ◦ blue 120

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

Shades of Chambray #445E78

Tints of Chambray #445E78

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.33%

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

R = 24.11%
G = 33.33%
B = 42.55%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#445E78 (or 0x445E78) is known color: Chambray. HEX triplet: 44, 5E and 78. RGB value is (68,94,120). Sum of RGB (Red+Green+Blue) = 68+94+120=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 120 - color contains mainly: blue. Hex color #445E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445E78 is #BBA187. Grayscale: #595959. Windows color (decimal): -12296584 or 7888452. OLE color: 7888452.

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

Color convert

RGB 68 94 120 -
CMYK 0.43 0.22 0 0.53
HSL 210º 0.28% 0.37% -
HSV(B) 210º 0.43% 0.47% -
XYZ 9.78 10.59 19.3 -
YUV 89.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 68 94 120 0.43 0.22 0 0.53 210 0.28 0.37
Hex 44 5E 78 2B 16 0 35 D2 1C 25
Octal 104 136 170 53 26 0 65 322 34 45
Binary 1000100 1011110 1111000 101011 10110 0 110101 11010010 11100 100101

Color Harmonies of #445E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445E78

Black with #445E78

Text Example


Text Example

White with #445E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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