Html Css Color HEX #445781 Chambray

📋 copy color: '#445781'

red 68 ◦ green 87 ◦ blue 129

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

Shades of Chambray #445781

Tints of Chambray #445781

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.63%

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

R = 23.94%
G = 30.63%
B = 45.42%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#445781 (or 0x445781) is known color: Chambray. HEX triplet: 44, 57 and 81. RGB value is (68,87,129). Sum of RGB (Red+Green+Blue) = 68+87+129=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 129 - color contains mainly: blue. Hex color #445781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445781 is #BBA87E. Grayscale: #555555. Windows color (decimal): -12298367 or 8476484. OLE color: 8476484.

HSL color Cylindrical-coordinate representation of color #445781: hue angle of 221.31º 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 #445781 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 87 129 -
CMYK 0.47 0.33 0 0.49
HSL 221.31º 0.31% 0.39% -
HSV(B) 221.31º 0.47% 0.51% -
XYZ 9.75 9.63 22.11 -
YUV 86.11 152.21 115.08 -
System Red Green Blue C M Y K H S L
Decimal 68 87 129 0.47 0.33 0 0.49 221.31 0.31 0.39
Hex 44 57 81 2F 21 0 31 DD 1F 27
Octal 104 127 201 57 41 0 61 335 37 47
Binary 1000100 1010111 10000001 101111 100001 0 110001 11011101 11111 100111

Color Harmonies of #445781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445781

Black with #445781

Text Example


Text Example

White with #445781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445781; }

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

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

background-color css

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

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

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

border-color css

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

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

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