Html Css Color HEX #4F647B Wedgewood

📋 copy color: '#4F647B'

red 79 ◦ green 100 ◦ blue 123

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

Shades of Wedgewood #4F647B

Tints of Wedgewood #4F647B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.11%

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

R = 26.16%
G = 33.11%
B = 40.73%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4F647B (or 0x4F647B) is known color: Wedgewood. HEX triplet: 4F, 64 and 7B. RGB value is (79,100,123). Sum of RGB (Red+Green+Blue) = 79+100+123=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #4F647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F647B is #B09B84. Grayscale: #606060. Windows color (decimal): -11574149 or 8086607. OLE color: 8086607.

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

Color convert

RGB 79 100 123 -
CMYK 0.36 0.19 0 0.52
HSL 211.36º 0.22% 0.4% -
HSV(B) 211.36º 0.36% 0.48% -
XYZ 11.36 12.21 20.5 -
YUV 96.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 79 100 123 0.36 0.19 0 0.52 211.36 0.22 0.4
Hex 4F 64 7B 24 13 0 34 D3 16 28
Octal 117 144 173 44 23 0 64 323 26 50
Binary 1001111 1100100 1111011 100100 10011 0 110100 11010011 10110 101000

Color Harmonies of #4F647B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F647B

Black with #4F647B

Text Example


Text Example

White with #4F647B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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