Html Css Color HEX #445881 Chambray

📋 copy color: '#445881'

red 68 ◦ green 88 ◦ blue 129

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

Shades of Chambray #445881

Tints of Chambray #445881

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.88%

 BLUE value IS 129 (50.78% from 255) = 45.26%

R = 23.86%
G = 30.88%
B = 45.26%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#445881 (or 0x445881) is known color: Chambray. HEX triplet: 44, 58 and 81. RGB value is (68,88,129). Sum of RGB (Red+Green+Blue) = 68+88+129=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #445881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445881 is #BBA77E. Grayscale: #565656. Windows color (decimal): -12298111 or 8476740. OLE color: 8476740.

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

Color convert

RGB 68 88 129 -
CMYK 0.47 0.32 0 0.49
HSL 220.33º 0.31% 0.39% -
HSV(B) 220.33º 0.47% 0.51% -
XYZ 9.84 9.79 22.14 -
YUV 86.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 68 88 129 0.47 0.32 0 0.49 220.33 0.31 0.39
Hex 44 58 81 2F 20 0 31 DC 1F 27
Octal 104 130 201 57 40 0 61 334 37 47
Binary 1000100 1011000 10000001 101111 100000 0 110001 11011100 11111 100111

Color Harmonies of #445881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445881

Black with #445881

Text Example


Text Example

White with #445881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445881; }

 p { color: rgb(68,88,129); }

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

background-color css

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

 a { background-color: rgb(68,88,129); }

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

border-color css

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

 span { border-color: rgb(68,88,129); }

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