Html Css Color HEX #4F607E Chambray

📋 copy color: '#4F607E'

red 79 ◦ green 96 ◦ blue 126

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

Shades of Chambray #4F607E

Tints of Chambray #4F607E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 41.86%

R = 26.25%
G = 31.89%
B = 41.86%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F607E (or 0x4F607E) is known color: Chambray. HEX triplet: 4F, 60 and 7E. RGB value is (79,96,126). Sum of RGB (Red+Green+Blue) = 79+96+126=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 126 - color contains mainly: blue. Hex color #4F607E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F607E is #B09F81. Grayscale: #5E5E5E. Windows color (decimal): -11575170 or 8282191. OLE color: 8282191.

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

Color convert

RGB 79 96 126 -
CMYK 0.37 0.24 0 0.51
HSL 218.3º 0.23% 0.4% -
HSV(B) 218.3º 0.37% 0.49% -
XYZ 11.17 11.53 21.38 -
YUV 94.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 79 96 126 0.37 0.24 0 0.51 218.3 0.23 0.4
Hex 4F 60 7E 25 18 0 33 DA 17 28
Octal 117 140 176 45 30 0 63 332 27 50
Binary 1001111 1100000 1111110 100101 11000 0 110011 11011010 10111 101000

Color Harmonies of #4F607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F607E

Black with #4F607E

Text Example


Text Example

White with #4F607E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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