Html Css Color HEX #485F85 Chambray

📋 copy color: '#485F85'

red 72 ◦ green 95 ◦ blue 133

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

Shades of Chambray #485F85

Tints of Chambray #485F85

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.67%

 BLUE value IS 133 (52.34% from 255) = 44.33%

R = 24%
G = 31.67%
B = 44.33%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#485F85 (or 0x485F85) is known color: Chambray. HEX triplet: 48, 5F and 85. RGB value is (72,95,133). Sum of RGB (Red+Green+Blue) = 72+95+133=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #485F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485F85 is #B7A07A. Grayscale: #5C5C5C. Windows color (decimal): -12034171 or 8740680. OLE color: 8740680.

HSL color Cylindrical-coordinate representation of color #485F85: hue angle of 217.38º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #485F85 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 95 133 -
CMYK 0.46 0.29 0 0.48
HSL 217.38º 0.3% 0.4% -
HSV(B) 217.38º 0.46% 0.52% -
XYZ 11 11.26 23.78 -
YUV 92.46 150.88 113.41 -
System Red Green Blue C M Y K H S L
Decimal 72 95 133 0.46 0.29 0 0.48 217.38 0.3 0.4
Hex 48 5F 85 2E 1D 0 30 D9 1E 28
Octal 110 137 205 56 35 0 60 331 36 50
Binary 1001000 1011111 10000101 101110 11101 0 110000 11011001 11110 101000

Color Harmonies of #485F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485F85

Black with #485F85

Text Example


Text Example

White with #485F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,95,133); }

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

background-color css

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

 a { background-color: rgb(72,95,133); }

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

border-color css

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

 span { border-color: rgb(72,95,133); }

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