Html Css Color HEX #485685 Chambray

📋 copy color: '#485685'

red 72 ◦ green 86 ◦ blue 133

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

Shades of Chambray #485685

Tints of Chambray #485685

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.55%

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

R = 24.74%
G = 29.55%
B = 45.7%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#485685 (or 0x485685) is known color: Chambray. HEX triplet: 48, 56 and 85. RGB value is (72,86,133). Sum of RGB (Red+Green+Blue) = 72+86+133=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #485685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485685 is #B7A97A. Grayscale: #565656. Windows color (decimal): -12036475 or 8738376. OLE color: 8738376.

HSL color Cylindrical-coordinate representation of color #485685: hue angle of 226.23º 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 #485685 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 86 133 -
CMYK 0.46 0.35 0 0.48
HSL 226.23º 0.3% 0.4% -
HSV(B) 226.23º 0.46% 0.52% -
XYZ 10.23 9.73 23.53 -
YUV 87.17 153.86 117.18 -
System Red Green Blue C M Y K H S L
Decimal 72 86 133 0.46 0.35 0 0.48 226.23 0.3 0.4
Hex 48 56 85 2E 23 0 30 E2 1E 28
Octal 110 126 205 56 43 0 60 342 36 50
Binary 1001000 1010110 10000101 101110 100011 0 110000 11100010 11110 101000

Color Harmonies of #485685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485685

Black with #485685

Text Example


Text Example

White with #485685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485685; }

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

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

background-color css

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

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

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

border-color css

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

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

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