Html Css Color HEX #4F607F Chambray

📋 copy color: '#4F607F'

red 79 ◦ green 96 ◦ blue 127

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

Shades of Chambray #4F607F

Tints of Chambray #4F607F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.79%

 BLUE value IS 127 (50% from 255) = 42.05%

R = 26.16%
G = 31.79%
B = 42.05%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4F607F (or 0x4F607F) is known color: Chambray. HEX triplet: 4F, 60 and 7F. RGB value is (79,96,127). Sum of RGB (Red+Green+Blue) = 79+96+127=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 127 - color contains mainly: blue. Hex color #4F607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F607F is #B09F80. Grayscale: #5E5E5E. Windows color (decimal): -11575169 or 8347727. OLE color: 8347727.

HSL color Cylindrical-coordinate representation of color #4F607F: hue angle of 218.75º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F607F is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 79 96 127 -
CMYK 0.38 0.24 0 0.50
HSL 218.75º 0.23% 0.4% -
HSV(B) 218.75º 0.38% 0.5% -
XYZ 11.24 11.56 21.72 -
YUV 94.45 146.37 116.98 -
System Red Green Blue C M Y K H S L
Decimal 79 96 127 0.38 0.24 0 0.50 218.75 0.23 0.4
Hex 4F 60 7F 26 18 0 32 DB 17 28
Octal 117 140 177 46 30 0 62 333 27 50
Binary 1001111 1100000 1111111 100110 11000 0 110010 11011011 10111 101000

Color Harmonies of #4F607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F607F

Black with #4F607F

Text Example


Text Example

White with #4F607F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,96,127); }

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

background-color css

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

 a { background-color: rgb(79,96,127); }

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

border-color css

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

 span { border-color: rgb(79,96,127); }

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