Html Css Color HEX #445D83 Chambray

📋 copy color: '#445D83'

red 68 ◦ green 93 ◦ blue 131

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

Shades of Chambray #445D83

Tints of Chambray #445D83

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.85%

 BLUE value IS 131 (51.56% from 255) = 44.86%

R = 23.29%
G = 31.85%
B = 44.86%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#445D83 (or 0x445D83) is known color: Chambray. HEX triplet: 44, 5D and 83. RGB value is (68,93,131). Sum of RGB (Red+Green+Blue) = 68+93+131=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 131 - color contains mainly: blue. Hex color #445D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445D83 is #BBA27C. Grayscale: #595959. Windows color (decimal): -12296829 or 8609092. OLE color: 8609092.

HSL color Cylindrical-coordinate representation of color #445D83: hue angle of 216.19º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #445D83 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 93 131 -
CMYK 0.48 0.29 0 0.49
HSL 216.19º 0.32% 0.39% -
HSV(B) 216.19º 0.48% 0.51% -
XYZ 10.39 10.7 22.99 -
YUV 89.86 151.22 112.41 -
System Red Green Blue C M Y K H S L
Decimal 68 93 131 0.48 0.29 0 0.49 216.19 0.32 0.39
Hex 44 5D 83 30 1D 0 31 D8 20 27
Octal 104 135 203 60 35 0 61 330 40 47
Binary 1000100 1011101 10000011 110000 11101 0 110001 11011000 100000 100111

Color Harmonies of #445D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445D83

Black with #445D83

Text Example


Text Example

White with #445D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,93,131); }

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

background-color css

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

 a { background-color: rgb(68,93,131); }

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

border-color css

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

 span { border-color: rgb(68,93,131); }

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