Html Css Color HEX #4C5982 Chambray

📋 copy color: '#4C5982'

red 76 ◦ green 89 ◦ blue 130

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

Shades of Chambray #4C5982

Tints of Chambray #4C5982

RGB

 RED value IS 76 (30.08% from 255) = 25.76%

 GREEN value IS 89 (35.16% from 255) = 30.17%

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

R = 25.76%
G = 30.17%
B = 44.07%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4C5982 (or 0x4C5982) is known color: Chambray. HEX triplet: 4C, 59 and 82. RGB value is (76,89,130). Sum of RGB (Red+Green+Blue) = 76+89+130=295 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.76% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #4C5982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5982 is #B3A67D. Grayscale: #595959. Windows color (decimal): -11773566 or 8542540. OLE color: 8542540.

HSL color Cylindrical-coordinate representation of color #4C5982: hue angle of 225.56º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C5982 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 76 89 130 -
CMYK 0.42 0.32 0 0.49
HSL 225.56º 0.26% 0.4% -
HSV(B) 225.56º 0.42% 0.51% -
XYZ 10.58 10.29 22.55 -
YUV 89.79 150.69 118.17 -
System Red Green Blue C M Y K H S L
Decimal 76 89 130 0.42 0.32 0 0.49 225.56 0.26 0.4
Hex 4C 59 82 2A 20 0 31 E2 1A 28
Octal 114 131 202 52 40 0 61 342 32 50
Binary 1001100 1011001 10000010 101010 100000 0 110001 11100010 11010 101000

Color Harmonies of #4C5982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5982

Black with #4C5982

Text Example


Text Example

White with #4C5982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C5982; }

 p { color: rgb(76,89,130); }

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

background-color css

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

 a { background-color: rgb(76,89,130); }

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

border-color css

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

 span { border-color: rgb(76,89,130); }

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