Html Css Color HEX #445B7B Chambray

📋 copy color: '#445B7B'

red 68 ◦ green 91 ◦ blue 123

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

Shades of Chambray #445B7B

Tints of Chambray #445B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 43.62%

R = 24.11%
G = 32.27%
B = 43.62%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#445B7B (or 0x445B7B) is known color: Chambray. HEX triplet: 44, 5B and 7B. RGB value is (68,91,123). Sum of RGB (Red+Green+Blue) = 68+91+123=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 123 - color contains mainly: blue. Hex color #445B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B7B is #BBA484. Grayscale: #575757. Windows color (decimal): -12297349 or 8084292. OLE color: 8084292.

HSL color Cylindrical-coordinate representation of color #445B7B: hue angle of 214.91º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #445B7B is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 68 91 123 -
CMYK 0.45 0.26 0 0.52
HSL 214.91º 0.29% 0.37% -
HSV(B) 214.91º 0.45% 0.48% -
XYZ 9.7 10.14 20.19 -
YUV 87.77 147.88 113.9 -
System Red Green Blue C M Y K H S L
Decimal 68 91 123 0.45 0.26 0 0.52 214.91 0.29 0.37
Hex 44 5B 7B 2D 1A 0 34 D7 1D 25
Octal 104 133 173 55 32 0 64 327 35 45
Binary 1000100 1011011 1111011 101101 11010 0 110100 11010111 11101 100101

Color Harmonies of #445B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445B7B

Black with #445B7B

Text Example


Text Example

White with #445B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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