Html Css Color HEX #4F5B6D Chambray

📋 copy color: '#4F5B6D'

red 79 ◦ green 91 ◦ blue 109

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

Shades of Chambray #4F5B6D

Tints of Chambray #4F5B6D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.62%

 BLUE value IS 109 (42.97% from 255) = 39.07%

R = 28.32%
G = 32.62%
B = 39.07%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4F5B6D (or 0x4F5B6D) is known color: Chambray. HEX triplet: 4F, 5B and 6D. RGB value is (79,91,109). Sum of RGB (Red+Green+Blue) = 79+91+109=279 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.32% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F5B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5B6D is #B0A492. Grayscale: #595959. Windows color (decimal): -11576467 or 7166799. OLE color: 7166799.

HSL color Cylindrical-coordinate representation of color #4F5B6D: hue angle of 216º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F5B6D is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 79 91 109 -
CMYK 0.28 0.17 0 0.57
HSL 216º 0.16% 0.37% -
HSV(B) 216º 0.28% 0.43% -
XYZ 9.73 10.25 15.93 -
YUV 89.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 79 91 109 0.28 0.17 0 0.57 216 0.16 0.37
Hex 4F 5B 6D 1C 11 0 39 D8 10 25
Octal 117 133 155 34 21 0 71 330 20 45
Binary 1001111 1011011 1101101 11100 10001 0 111001 11011000 10000 100101

Color Harmonies of #4F5B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5B6D

Black with #4F5B6D

Text Example


Text Example

White with #4F5B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,91,109); }

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

background-color css

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

 a { background-color: rgb(79,91,109); }

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

border-color css

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

 span { border-color: rgb(79,91,109); }

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