Html Css Color HEX #4F6482 Wedgewood

📋 copy color: '#4F6482'

red 79 ◦ green 100 ◦ blue 130

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

Shades of Wedgewood #4F6482

Tints of Wedgewood #4F6482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 42.07%

R = 25.57%
G = 32.36%
B = 42.07%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4F6482 (or 0x4F6482) is known color: Wedgewood. HEX triplet: 4F, 64 and 82. RGB value is (79,100,130). Sum of RGB (Red+Green+Blue) = 79+100+130=309 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.57% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 130 - color contains mainly: blue. Hex color #4F6482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6482 is #B09B7D. Grayscale: #616161. Windows color (decimal): -11574142 or 8545359. OLE color: 8545359.

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

Color convert

RGB 79 100 130 -
CMYK 0.39 0.23 0 0.49
HSL 215.29º 0.24% 0.41% -
HSV(B) 215.29º 0.39% 0.51% -
XYZ 11.81 12.39 22.89 -
YUV 97.14 146.54 115.06 -
System Red Green Blue C M Y K H S L
Decimal 79 100 130 0.39 0.23 0 0.49 215.29 0.24 0.41
Hex 4F 64 82 27 17 0 31 D7 18 29
Octal 117 144 202 47 27 0 61 327 30 51
Binary 1001111 1100100 10000010 100111 10111 0 110001 11010111 11000 101001

Color Harmonies of #4F6482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6482

Black with #4F6482

Text Example


Text Example

White with #4F6482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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