Html Css Color HEX #4F597C Chambray

📋 copy color: '#4F597C'

red 79 ◦ green 89 ◦ blue 124

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

Shades of Chambray #4F597C

Tints of Chambray #4F597C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 42.47%

R = 27.05%
G = 30.48%
B = 42.47%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F597C (or 0x4F597C) is known color: Chambray. HEX triplet: 4F, 59 and 7C. RGB value is (79,89,124). Sum of RGB (Red+Green+Blue) = 79+89+124=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F597C is #B0A683. Grayscale: #595959. Windows color (decimal): -11576964 or 8149327. OLE color: 8149327.

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

Color convert

RGB 79 89 124 -
CMYK 0.36 0.28 0 0.51
HSL 226.67º 0.22% 0.4% -
HSV(B) 226.67º 0.36% 0.49% -
XYZ 10.43 10.26 20.5 -
YUV 90 147.19 120.15 -
System Red Green Blue C M Y K H S L
Decimal 79 89 124 0.36 0.28 0 0.51 226.67 0.22 0.4
Hex 4F 59 7C 24 1C 0 33 E3 16 28
Octal 117 131 174 44 34 0 63 343 26 50
Binary 1001111 1011001 1111100 100100 11100 0 110011 11100011 10110 101000

Color Harmonies of #4F597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F597C

Black with #4F597C

Text Example


Text Example

White with #4F597C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,89,124); }

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

background-color css

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

 a { background-color: rgb(79,89,124); }

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

border-color css

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

 span { border-color: rgb(79,89,124); }

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