Html Css Color HEX #485681 Chambray

📋 copy color: '#485681'

red 72 ◦ green 86 ◦ blue 129

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

Shades of Chambray #485681

Tints of Chambray #485681

RGB

 RED value IS 72 (28.52% from 255) = 25.09%

 GREEN value IS 86 (33.98% from 255) = 29.97%

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

R = 25.09%
G = 29.97%
B = 44.95%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#485681 (or 0x485681) is known color: Chambray. HEX triplet: 48, 56 and 81. RGB value is (72,86,129). Sum of RGB (Red+Green+Blue) = 72+86+129=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #485681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485681 is #B7A97E. Grayscale: #565656. Windows color (decimal): -12036479 or 8476232. OLE color: 8476232.

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

Color convert

RGB 72 86 129 -
CMYK 0.44 0.33 0 0.49
HSL 225.26º 0.28% 0.39% -
HSV(B) 225.26º 0.44% 0.51% -
XYZ 9.96 9.62 22.1 -
YUV 86.72 151.86 117.5 -
System Red Green Blue C M Y K H S L
Decimal 72 86 129 0.44 0.33 0 0.49 225.26 0.28 0.39
Hex 48 56 81 2C 21 0 31 E1 1C 27
Octal 110 126 201 54 41 0 61 341 34 47
Binary 1001000 1010110 10000001 101100 100001 0 110001 11100001 11100 100111

Color Harmonies of #485681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485681

Black with #485681

Text Example


Text Example

White with #485681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485681; }

 p { color: rgb(72,86,129); }

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

background-color css

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

 a { background-color: rgb(72,86,129); }

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

border-color css

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

 span { border-color: rgb(72,86,129); }

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