Html Css Color HEX #4F6B84 Wedgewood

📋 copy color: '#4F6B84'

red 79 ◦ green 107 ◦ blue 132

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

Shades of Wedgewood #4F6B84

Tints of Wedgewood #4F6B84

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.65%

 BLUE value IS 132 (51.95% from 255) = 41.51%

R = 24.84%
G = 33.65%
B = 41.51%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4F6B84 (or 0x4F6B84) is known color: Wedgewood. HEX triplet: 4F, 6B and 84. RGB value is (79,107,132). Sum of RGB (Red+Green+Blue) = 79+107+132=318 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.84% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 132 - color contains mainly: blue. Hex color #4F6B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6B84 is #B0947B. Grayscale: #656565. Windows color (decimal): -11572348 or 8678223. OLE color: 8678223.

HSL color Cylindrical-coordinate representation of color #4F6B84: hue angle of 208.3º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F6B84 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 79 107 132 -
CMYK 0.40 0.19 0 0.48
HSL 208.3º 0.25% 0.41% -
HSV(B) 208.3º 0.4% 0.52% -
XYZ 12.65 13.84 23.84 -
YUV 101.48 145.22 111.97 -
System Red Green Blue C M Y K H S L
Decimal 79 107 132 0.40 0.19 0 0.48 208.3 0.25 0.41
Hex 4F 6B 84 28 13 0 30 D0 19 29
Octal 117 153 204 50 23 0 60 320 31 51
Binary 1001111 1101011 10000100 101000 10011 0 110000 11010000 11001 101001

Color Harmonies of #4F6B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6B84

Black with #4F6B84

Text Example


Text Example

White with #4F6B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,107,132); }

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

background-color css

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

 a { background-color: rgb(79,107,132); }

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

border-color css

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

 span { border-color: rgb(79,107,132); }

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