Html Css Color HEX #485784 Chambray

📋 copy color: '#485784'

red 72 ◦ green 87 ◦ blue 132

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

Shades of Chambray #485784

Tints of Chambray #485784

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.9%

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

R = 24.74%
G = 29.9%
B = 45.36%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#485784 (or 0x485784) is known color: Chambray. HEX triplet: 48, 57 and 84. RGB value is (72,87,132). Sum of RGB (Red+Green+Blue) = 72+87+132=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #485784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485784 is #B7A87B. Grayscale: #575757. Windows color (decimal): -12036220 or 8673096. OLE color: 8673096.

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

Color convert

RGB 72 87 132 -
CMYK 0.45 0.34 0 0.48
HSL 225º 0.29% 0.4% -
HSV(B) 225º 0.45% 0.52% -
XYZ 10.25 9.86 23.19 -
YUV 87.65 153.03 116.84 -
System Red Green Blue C M Y K H S L
Decimal 72 87 132 0.45 0.34 0 0.48 225 0.29 0.4
Hex 48 57 84 2D 22 0 30 E1 1D 28
Octal 110 127 204 55 42 0 60 341 35 50
Binary 1001000 1010111 10000100 101101 100010 0 110000 11100001 11101 101000

Color Harmonies of #485784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485784

Black with #485784

Text Example


Text Example

White with #485784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485784; }

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

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

background-color css

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

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

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

border-color css

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

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

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