Html Css Color HEX #485875 Chambray

📋 copy color: '#485875'

red 72 ◦ green 88 ◦ blue 117

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

Shades of Chambray #485875

Tints of Chambray #485875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.24%

R = 25.99%
G = 31.77%
B = 42.24%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#485875 (or 0x485875) is known color: Chambray. HEX triplet: 48, 58 and 75. RGB value is (72,88,117). Sum of RGB (Red+Green+Blue) = 72+88+117=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #485875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485875 is #B7A78A. Grayscale: #565656. Windows color (decimal): -12035979 or 7690312. OLE color: 7690312.

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

Color convert

RGB 72 88 117 -
CMYK 0.38 0.25 0 0.54
HSL 218.67º 0.24% 0.37% -
HSV(B) 218.67º 0.38% 0.46% -
XYZ 9.37 9.64 18.2 -
YUV 86.52 145.2 117.64 -
System Red Green Blue C M Y K H S L
Decimal 72 88 117 0.38 0.25 0 0.54 218.67 0.24 0.37
Hex 48 58 75 26 19 0 36 DB 18 25
Octal 110 130 165 46 31 0 66 333 30 45
Binary 1001000 1011000 1110101 100110 11001 0 110110 11011011 11000 100101

Color Harmonies of #485875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485875

Black with #485875

Text Example


Text Example

White with #485875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485875; }

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

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

background-color css

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

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

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

border-color css

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

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

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