Html Css Color HEX #485884 Chambray

📋 copy color: '#485884'

red 72 ◦ green 88 ◦ blue 132

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

Shades of Chambray #485884

Tints of Chambray #485884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 45.21%

R = 24.66%
G = 30.14%
B = 45.21%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#485884 (or 0x485884) is known color: Chambray. HEX triplet: 48, 58 and 84. RGB value is (72,88,132). Sum of RGB (Red+Green+Blue) = 72+88+132=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 132 - color contains mainly: blue. Hex color #485884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485884 is #B7A77B. Grayscale: #585858. Windows color (decimal): -12035964 or 8673352. OLE color: 8673352.

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

Color convert

RGB 72 88 132 -
CMYK 0.45 0.33 0 0.48
HSL 224º 0.29% 0.4% -
HSV(B) 224º 0.45% 0.52% -
XYZ 10.33 10.02 23.22 -
YUV 88.23 152.7 116.42 -
System Red Green Blue C M Y K H S L
Decimal 72 88 132 0.45 0.33 0 0.48 224 0.29 0.4
Hex 48 58 84 2D 21 0 30 E0 1D 28
Octal 110 130 204 55 41 0 60 340 35 50
Binary 1001000 1011000 10000100 101101 100001 0 110000 11100000 11101 101000

Color Harmonies of #485884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485884

Black with #485884

Text Example


Text Example

White with #485884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485884; }

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

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

background-color css

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

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

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

border-color css

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

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

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