Html Css Color HEX #445B83 Chambray

📋 copy color: '#445B83'

red 68 ◦ green 91 ◦ blue 131

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

Shades of Chambray #445B83

Tints of Chambray #445B83

RGB

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

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

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

R = 23.45%
G = 31.38%
B = 45.17%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#445B83 (or 0x445B83) is known color: Chambray. HEX triplet: 44, 5B and 83. RGB value is (68,91,131). Sum of RGB (Red+Green+Blue) = 68+91+131=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 131 - color contains mainly: blue. Hex color #445B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445B83 is #BBA47C. Grayscale: #585858. Windows color (decimal): -12297341 or 8608580. OLE color: 8608580.

HSL color Cylindrical-coordinate representation of color #445B83: hue angle of 218.1º 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 #445B83 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 91 131 -
CMYK 0.48 0.31 0 0.49
HSL 218.1º 0.32% 0.39% -
HSV(B) 218.1º 0.48% 0.51% -
XYZ 10.22 10.35 22.93 -
YUV 88.68 151.88 113.25 -
System Red Green Blue C M Y K H S L
Decimal 68 91 131 0.48 0.31 0 0.49 218.1 0.32 0.39
Hex 44 5B 83 30 1F 0 31 DA 20 27
Octal 104 133 203 60 37 0 61 332 40 47
Binary 1000100 1011011 10000011 110000 11111 0 110001 11011010 100000 100111

Color Harmonies of #445B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445B83

Black with #445B83

Text Example


Text Example

White with #445B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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