Html Css Color HEX #445F83 Chambray

📋 copy color: '#445F83'

red 68 ◦ green 95 ◦ blue 131

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

Shades of Chambray #445F83

Tints of Chambray #445F83

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.31%

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

R = 23.13%
G = 32.31%
B = 44.56%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#445F83 (or 0x445F83) is known color: Chambray. HEX triplet: 44, 5F and 83. RGB value is (68,95,131). Sum of RGB (Red+Green+Blue) = 68+95+131=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 131 - color contains mainly: blue. Hex color #445F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445F83 is #BBA07C. Grayscale: #5A5A5A. Windows color (decimal): -12296317 or 8609604. OLE color: 8609604.

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

Color convert

RGB 68 95 131 -
CMYK 0.48 0.27 0 0.49
HSL 214.29º 0.32% 0.39% -
HSV(B) 214.29º 0.48% 0.51% -
XYZ 10.57 11.05 23.05 -
YUV 91.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 68 95 131 0.48 0.27 0 0.49 214.29 0.32 0.39
Hex 44 5F 83 30 1B 0 31 D6 20 27
Octal 104 137 203 60 33 0 61 326 40 47
Binary 1000100 1011111 10000011 110000 11011 0 110001 11010110 100000 100111

Color Harmonies of #445F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445F83

Black with #445F83

Text Example


Text Example

White with #445F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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