Html Css Color HEX #485679 Chambray

📋 copy color: '#485679'

red 72 ◦ green 86 ◦ blue 121

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

Shades of Chambray #485679

Tints of Chambray #485679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 43.37%

R = 25.81%
G = 30.82%
B = 43.37%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#485679 (or 0x485679) is known color: Chambray. HEX triplet: 48, 56 and 79. RGB value is (72,86,121). Sum of RGB (Red+Green+Blue) = 72+86+121=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #485679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485679 is #B7A986. Grayscale: #555555. Windows color (decimal): -12036487 or 7951944. OLE color: 7951944.

HSL color Cylindrical-coordinate representation of color #485679: hue angle of 222.86º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #485679 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 86 121 -
CMYK 0.40 0.29 0 0.53
HSL 222.86º 0.25% 0.38% -
HSV(B) 222.86º 0.4% 0.47% -
XYZ 9.45 9.41 19.41 -
YUV 85.8 147.86 118.15 -
System Red Green Blue C M Y K H S L
Decimal 72 86 121 0.40 0.29 0 0.53 222.86 0.25 0.38
Hex 48 56 79 28 1D 0 35 DF 19 26
Octal 110 126 171 50 35 0 65 337 31 46
Binary 1001000 1010110 1111001 101000 11101 0 110101 11011111 11001 100110

Color Harmonies of #485679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485679

Black with #485679

Text Example


Text Example

White with #485679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485679; }

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

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

background-color css

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

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

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

border-color css

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

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

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