Html Css Color HEX #4F617B Chambray

📋 copy color: '#4F617B'

red 79 ◦ green 97 ◦ blue 123

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

Shades of Chambray #4F617B

Tints of Chambray #4F617B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.44%

 BLUE value IS 123 (48.44% from 255) = 41.14%

R = 26.42%
G = 32.44%
B = 41.14%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4F617B (or 0x4F617B) is known color: Chambray. HEX triplet: 4F, 61 and 7B. RGB value is (79,97,123). Sum of RGB (Red+Green+Blue) = 79+97+123=299 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.42% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 123 - color contains mainly: blue. Hex color #4F617B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F617B is #B09E84. Grayscale: #5E5E5E. Windows color (decimal): -11574917 or 8085839. OLE color: 8085839.

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

Color convert

RGB 79 97 123 -
CMYK 0.36 0.21 0 0.52
HSL 215.45º 0.22% 0.4% -
HSV(B) 215.45º 0.36% 0.48% -
XYZ 11.07 11.64 20.4 -
YUV 94.58 144.04 116.89 -
System Red Green Blue C M Y K H S L
Decimal 79 97 123 0.36 0.21 0 0.52 215.45 0.22 0.4
Hex 4F 61 7B 24 15 0 34 D7 16 28
Octal 117 141 173 44 25 0 64 327 26 50
Binary 1001111 1100001 1111011 100100 10101 0 110100 11010111 10110 101000

Color Harmonies of #4F617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F617B

Black with #4F617B

Text Example


Text Example

White with #4F617B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,97,123); }

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

background-color css

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

 a { background-color: rgb(79,97,123); }

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

border-color css

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

 span { border-color: rgb(79,97,123); }

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