Html Css Color HEX #485482 Chambray

📋 copy color: '#485482'

red 72 ◦ green 84 ◦ blue 130

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

Shades of Chambray #485482

Tints of Chambray #485482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.37%

 BLUE value IS 130 (51.17% from 255) = 45.45%

R = 25.17%
G = 29.37%
B = 45.45%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#485482 (or 0x485482) is known color: Chambray. HEX triplet: 48, 54 and 82. RGB value is (72,84,130). Sum of RGB (Red+Green+Blue) = 72+84+130=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #485482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485482 is #B7AB7D. Grayscale: #555555. Windows color (decimal): -12036990 or 8541256. OLE color: 8541256.

HSL color Cylindrical-coordinate representation of color #485482: hue angle of 227.59º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #485482 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 84 130 -
CMYK 0.45 0.35 0 0.49
HSL 227.59º 0.29% 0.4% -
HSV(B) 227.59º 0.45% 0.51% -
XYZ 9.87 9.33 22.4 -
YUV 85.66 153.02 118.26 -
System Red Green Blue C M Y K H S L
Decimal 72 84 130 0.45 0.35 0 0.49 227.59 0.29 0.4
Hex 48 54 82 2D 23 0 31 E4 1D 28
Octal 110 124 202 55 43 0 61 344 35 50
Binary 1001000 1010100 10000010 101101 100011 0 110001 11100100 11101 101000

Color Harmonies of #485482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485482

Black with #485482

Text Example


Text Example

White with #485482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485482; }

 p { color: rgb(72,84,130); }

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

background-color css

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

 a { background-color: rgb(72,84,130); }

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

border-color css

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

 span { border-color: rgb(72,84,130); }

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