Html Css Color HEX #445B76 Chambray

📋 copy color: '#445B76'

red 68 ◦ green 91 ◦ blue 118

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

Shades of Chambray #445B76

Tints of Chambray #445B76

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.85%

 BLUE value IS 118 (46.48% from 255) = 42.6%

R = 24.55%
G = 32.85%
B = 42.6%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#445B76 (or 0x445B76) is known color: Chambray. HEX triplet: 44, 5B and 76. RGB value is (68,91,118). Sum of RGB (Red+Green+Blue) = 68+91+118=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #445B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B76 is #BBA489. Grayscale: #575757. Windows color (decimal): -12297354 or 7756612. OLE color: 7756612.

HSL color Cylindrical-coordinate representation of color #445B76: hue angle of 212.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #445B76 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 91 118 -
CMYK 0.42 0.23 0 0.54
HSL 212.4º 0.27% 0.36% -
HSV(B) 212.4º 0.42% 0.46% -
XYZ 9.39 10.02 18.58 -
YUV 87.2 145.38 114.3 -
System Red Green Blue C M Y K H S L
Decimal 68 91 118 0.42 0.23 0 0.54 212.4 0.27 0.36
Hex 44 5B 76 2A 17 0 36 D4 1B 24
Octal 104 133 166 52 27 0 66 324 33 44
Binary 1000100 1011011 1110110 101010 10111 0 110110 11010100 11011 100100

Color Harmonies of #445B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445B76

Black with #445B76

Text Example


Text Example

White with #445B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,91,118); }

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

background-color css

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

 a { background-color: rgb(68,91,118); }

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

border-color css

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

 span { border-color: rgb(68,91,118); }

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