Html Css Color HEX #485774 Chambray

📋 copy color: '#485774'

red 72 ◦ green 87 ◦ blue 116

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

Shades of Chambray #485774

Tints of Chambray #485774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.18%

R = 26.18%
G = 31.64%
B = 42.18%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#485774 (or 0x485774) is known color: Chambray. HEX triplet: 48, 57 and 74. RGB value is (72,87,116). Sum of RGB (Red+Green+Blue) = 72+87+116=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 116 (45.70% from 255 or 42.18% from 275); Max value from RGB is 116 - color contains mainly: blue. Hex color #485774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485774 is #B7A88B. Grayscale: #555555. Windows color (decimal): -12036236 or 7624520. OLE color: 7624520.

HSL color Cylindrical-coordinate representation of color #485774: hue angle of 219.55º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #485774 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 87 116 -
CMYK 0.38 0.25 0 0.55
HSL 219.55º 0.23% 0.37% -
HSV(B) 219.55º 0.38% 0.45% -
XYZ 9.23 9.46 17.86 -
YUV 85.82 145.03 118.14 -
System Red Green Blue C M Y K H S L
Decimal 72 87 116 0.38 0.25 0 0.55 219.55 0.23 0.37
Hex 48 57 74 26 19 0 37 DC 17 25
Octal 110 127 164 46 31 0 67 334 27 45
Binary 1001000 1010111 1110100 100110 11001 0 110111 11011100 10111 100101

Color Harmonies of #485774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485774

Black with #485774

Text Example


Text Example

White with #485774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485774; }

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

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

background-color css

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

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

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

border-color css

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

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

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