Html Css Color HEX #485677 Chambray

📋 copy color: '#485677'

red 72 ◦ green 86 ◦ blue 119

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

Shades of Chambray #485677

Tints of Chambray #485677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.96%

R = 25.99%
G = 31.05%
B = 42.96%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#485677 (or 0x485677) is known color: Chambray. HEX triplet: 48, 56 and 77. RGB value is (72,86,119). Sum of RGB (Red+Green+Blue) = 72+86+119=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #485677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485677 is #B7A988. Grayscale: #555555. Windows color (decimal): -12036489 or 7820872. OLE color: 7820872.

HSL color Cylindrical-coordinate representation of color #485677: hue angle of 222.13º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #485677 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 86 119 -
CMYK 0.39 0.28 0 0.53
HSL 222.13º 0.25% 0.37% -
HSV(B) 222.13º 0.39% 0.47% -
XYZ 9.33 9.37 18.77 -
YUV 85.58 146.86 118.32 -
System Red Green Blue C M Y K H S L
Decimal 72 86 119 0.39 0.28 0 0.53 222.13 0.25 0.37
Hex 48 56 77 27 1C 0 35 DE 19 25
Octal 110 126 167 47 34 0 65 336 31 45
Binary 1001000 1010110 1110111 100111 11100 0 110101 11011110 11001 100101

Color Harmonies of #485677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485677

Black with #485677

Text Example


Text Example

White with #485677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485677; }

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

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

background-color css

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

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

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

border-color css

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

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

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