Html Css Color HEX #485779 Chambray

📋 copy color: '#485779'

red 72 ◦ green 87 ◦ blue 121

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

Shades of Chambray #485779

Tints of Chambray #485779

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.07%

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

R = 25.71%
G = 31.07%
B = 43.21%

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

#485779 (or 0x485779) is known color: Chambray. HEX triplet: 48, 57 and 79. RGB value is (72,87,121). Sum of RGB (Red+Green+Blue) = 72+87+121=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 121 - color contains mainly: blue. Hex color #485779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485779 is #B7A886. Grayscale: #565656. Windows color (decimal): -12036231 or 7952200. OLE color: 7952200.

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

Color convert

RGB 72 87 121 -
CMYK 0.40 0.28 0 0.53
HSL 221.63º 0.25% 0.38% -
HSV(B) 221.63º 0.4% 0.47% -
XYZ 9.53 9.57 19.43 -
YUV 86.39 147.53 117.74 -
System Red Green Blue C M Y K H S L
Decimal 72 87 121 0.40 0.28 0 0.53 221.63 0.25 0.38
Hex 48 57 79 28 1C 0 35 DE 19 26
Octal 110 127 171 50 34 0 65 336 31 46
Binary 1001000 1010111 1111001 101000 11100 0 110101 11011110 11001 100110

Color Harmonies of #485779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485779

Black with #485779

Text Example


Text Example

White with #485779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485779; }

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

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

background-color css

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

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

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

border-color css

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

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

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