Html Css Color HEX #4F5A76 Chambray

📋 copy color: '#4F5A76'

red 79 ◦ green 90 ◦ blue 118

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

Shades of Chambray #4F5A76

Tints of Chambray #4F5A76

RGB

 RED value IS 79 (31.25% from 255) = 27.53%

 GREEN value IS 90 (35.55% from 255) = 31.36%

 BLUE value IS 118 (46.48% from 255) = 41.11%

R = 27.53%
G = 31.36%
B = 41.11%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4F5A76 (or 0x4F5A76) is known color: Chambray. HEX triplet: 4F, 5A and 76. RGB value is (79,90,118). Sum of RGB (Red+Green+Blue) = 79+90+118=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 118 - color contains mainly: blue. Hex color #4F5A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5A76 is #B0A589. Grayscale: #595959. Windows color (decimal): -11576714 or 7756367. OLE color: 7756367.

HSL color Cylindrical-coordinate representation of color #4F5A76: hue angle of 223.08º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4F5A76 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 79 90 118 -
CMYK 0.33 0.24 0 0.54
HSL 223.08º 0.2% 0.39% -
HSV(B) 223.08º 0.33% 0.46% -
XYZ 10.15 10.28 18.59 -
YUV 89.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 79 90 118 0.33 0.24 0 0.54 223.08 0.2 0.39
Hex 4F 5A 76 21 18 0 36 DF 14 27
Octal 117 132 166 41 30 0 66 337 24 47
Binary 1001111 1011010 1110110 100001 11000 0 110110 11011111 10100 100111

Color Harmonies of #4F5A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5A76

Black with #4F5A76

Text Example


Text Example

White with #4F5A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,90,118); }

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

background-color css

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

 a { background-color: rgb(79,90,118); }

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

border-color css

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

 span { border-color: rgb(79,90,118); }

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