Html Css Color HEX #4F577C Chambray

📋 copy color: '#4F577C'

red 79 ◦ green 87 ◦ blue 124

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

Shades of Chambray #4F577C

Tints of Chambray #4F577C

RGB

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

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

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

R = 27.24%
G = 30%
B = 42.76%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F577C (or 0x4F577C) is known color: Chambray. HEX triplet: 4F, 57 and 7C. RGB value is (79,87,124). Sum of RGB (Red+Green+Blue) = 79+87+124=290 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.24% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F577C is #B0A883. Grayscale: #585858. Windows color (decimal): -11577476 or 8148815. OLE color: 8148815.

HSL color Cylindrical-coordinate representation of color #4F577C: hue angle of 229.33º 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 #4F577C is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 79 87 124 -
CMYK 0.36 0.30 0 0.51
HSL 229.33º 0.22% 0.4% -
HSV(B) 229.33º 0.36% 0.49% -
XYZ 10.27 9.93 20.44 -
YUV 88.83 147.85 120.99 -
System Red Green Blue C M Y K H S L
Decimal 79 87 124 0.36 0.30 0 0.51 229.33 0.22 0.4
Hex 4F 57 7C 24 1E 0 33 E5 16 28
Octal 117 127 174 44 36 0 63 345 26 50
Binary 1001111 1010111 1111100 100100 11110 0 110011 11100101 10110 101000

Color Harmonies of #4F577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F577C

Black with #4F577C

Text Example


Text Example

White with #4F577C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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