Html Css Color HEX #485C70 Chambray

📋 copy color: '#485C70'

red 72 ◦ green 92 ◦ blue 112

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

Shades of Chambray #485C70

Tints of Chambray #485C70

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.33%

 BLUE value IS 112 (44.14% from 255) = 40.58%

R = 26.09%
G = 33.33%
B = 40.58%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#485C70 (or 0x485C70) is known color: Chambray. HEX triplet: 48, 5C and 70. RGB value is (72,92,112). Sum of RGB (Red+Green+Blue) = 72+92+112=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 112 - color contains mainly: blue. Hex color #485C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C70 is #B7A38F. Grayscale: #585858. Windows color (decimal): -12034960 or 7363656. OLE color: 7363656.

HSL color Cylindrical-coordinate representation of color #485C70: hue angle of 210º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #485C70 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 92 112 -
CMYK 0.36 0.18 0 0.56
HSL 210º 0.22% 0.36% -
HSV(B) 210º 0.36% 0.44% -
XYZ 9.42 10.2 16.8 -
YUV 88.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 72 92 112 0.36 0.18 0 0.56 210 0.22 0.36
Hex 48 5C 70 24 12 0 38 D2 16 24
Octal 110 134 160 44 22 0 70 322 26 44
Binary 1001000 1011100 1110000 100100 10010 0 111000 11010010 10110 100100

Color Harmonies of #485C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485C70

Black with #485C70

Text Example


Text Example

White with #485C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485C70; }

 p { color: rgb(72,92,112); }

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

background-color css

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

 a { background-color: rgb(72,92,112); }

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

border-color css

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

 span { border-color: rgb(72,92,112); }

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