Html Css Color HEX #445B74 Chambray

📋 copy color: '#445B74'

red 68 ◦ green 91 ◦ blue 116

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

Shades of Chambray #445B74

Tints of Chambray #445B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.18%

R = 24.73%
G = 33.09%
B = 42.18%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#445B74 (or 0x445B74) is known color: Chambray. HEX triplet: 44, 5B and 74. RGB value is (68,91,116). Sum of RGB (Red+Green+Blue) = 68+91+116=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 116 (45.70% from 255 or 42.18% from 275); Max value from RGB is 116 - color contains mainly: blue. Hex color #445B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B74 is #BBA48B. Grayscale: #565656. Windows color (decimal): -12297356 or 7625540. OLE color: 7625540.

HSL color Cylindrical-coordinate representation of color #445B74: hue angle of 211.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #445B74 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 91 116 -
CMYK 0.41 0.22 0 0.55
HSL 211.25º 0.26% 0.36% -
HSV(B) 211.25º 0.41% 0.45% -
XYZ 9.28 9.97 17.96 -
YUV 86.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 68 91 116 0.41 0.22 0 0.55 211.25 0.26 0.36
Hex 44 5B 74 29 16 0 37 D3 1A 24
Octal 104 133 164 51 26 0 67 323 32 44
Binary 1000100 1011011 1110100 101001 10110 0 110111 11010011 11010 100100

Color Harmonies of #445B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445B74

Black with #445B74

Text Example


Text Example

White with #445B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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