Html Css Color HEX #485678 Chambray

📋 copy color: '#485678'

red 72 ◦ green 86 ◦ blue 120

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

Shades of Chambray #485678

Tints of Chambray #485678

RGB

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

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

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

R = 25.9%
G = 30.94%
B = 43.17%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#485678 (or 0x485678) is known color: Chambray. HEX triplet: 48, 56 and 78. RGB value is (72,86,120). Sum of RGB (Red+Green+Blue) = 72+86+120=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #485678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485678 is #B7A987. Grayscale: #555555. Windows color (decimal): -12036488 or 7886408. OLE color: 7886408.

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

Color convert

RGB 72 86 120 -
CMYK 0.40 0.28 0 0.53
HSL 222.5º 0.25% 0.38% -
HSV(B) 222.5º 0.4% 0.47% -
XYZ 9.39 9.39 19.09 -
YUV 85.69 147.36 118.24 -
System Red Green Blue C M Y K H S L
Decimal 72 86 120 0.40 0.28 0 0.53 222.5 0.25 0.38
Hex 48 56 78 28 1C 0 35 DE 19 26
Octal 110 126 170 50 34 0 65 336 31 46
Binary 1001000 1010110 1111000 101000 11100 0 110101 11011110 11001 100110

Color Harmonies of #485678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485678

Black with #485678

Text Example


Text Example

White with #485678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485678; }

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

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

background-color css

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

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

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

border-color css

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

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

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