Html Css Color HEX #445B80 Chambray

📋 copy color: '#445B80'

red 68 ◦ green 91 ◦ blue 128

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

Shades of Chambray #445B80

Tints of Chambray #445B80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 44.6%

R = 23.69%
G = 31.71%
B = 44.6%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#445B80 (or 0x445B80) is known color: Chambray. HEX triplet: 44, 5B and 80. RGB value is (68,91,128). Sum of RGB (Red+Green+Blue) = 68+91+128=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 128 - color contains mainly: blue. Hex color #445B80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445B80 is #BBA47F. Grayscale: #585858. Windows color (decimal): -12297344 or 8411972. OLE color: 8411972.

HSL color Cylindrical-coordinate representation of color #445B80: hue angle of 217º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #445B80 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 91 128 -
CMYK 0.47 0.29 0 0.50
HSL 217º 0.31% 0.38% -
HSV(B) 217º 0.47% 0.5% -
XYZ 10.02 10.27 21.88 -
YUV 88.34 150.38 113.49 -
System Red Green Blue C M Y K H S L
Decimal 68 91 128 0.47 0.29 0 0.50 217 0.31 0.38
Hex 44 5B 80 2F 1D 0 32 D9 1F 26
Octal 104 133 200 57 35 0 62 331 37 46
Binary 1000100 1011011 10000000 101111 11101 0 110010 11011001 11111 100110

Color Harmonies of #445B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445B80

Black with #445B80

Text Example


Text Example

White with #445B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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