Html Css Color HEX #485878 Chambray

📋 copy color: '#485878'

red 72 ◦ green 88 ◦ blue 120

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

Shades of Chambray #485878

Tints of Chambray #485878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.86%

R = 25.71%
G = 31.43%
B = 42.86%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#485878 (or 0x485878) is known color: Chambray. HEX triplet: 48, 58 and 78. RGB value is (72,88,120). Sum of RGB (Red+Green+Blue) = 72+88+120=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #485878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485878 is #B7A787. Grayscale: #565656. Windows color (decimal): -12035976 or 7886920. OLE color: 7886920.

HSL color Cylindrical-coordinate representation of color #485878: hue angle of 220º 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 #485878 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 88 120 -
CMYK 0.40 0.27 0 0.53
HSL 220º 0.25% 0.38% -
HSV(B) 220º 0.4% 0.47% -
XYZ 9.55 9.71 19.14 -
YUV 86.86 146.7 117.4 -
System Red Green Blue C M Y K H S L
Decimal 72 88 120 0.40 0.27 0 0.53 220 0.25 0.38
Hex 48 58 78 28 1B 0 35 DC 19 26
Octal 110 130 170 50 33 0 65 334 31 46
Binary 1001000 1011000 1111000 101000 11011 0 110101 11011100 11001 100110

Color Harmonies of #485878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485878

Black with #485878

Text Example


Text Example

White with #485878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485878; }

 p { color: rgb(72,88,120); }

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

background-color css

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

 a { background-color: rgb(72,88,120); }

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

border-color css

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

 span { border-color: rgb(72,88,120); }

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