Html Css Color HEX #4F7184 Wedgewood

📋 copy color: '#4F7184'

red 79 ◦ green 113 ◦ blue 132

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

Shades of Wedgewood #4F7184

Tints of Wedgewood #4F7184

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.88%

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

R = 24.38%
G = 34.88%
B = 40.74%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4F7184 (or 0x4F7184) is known color: Wedgewood. HEX triplet: 4F, 71 and 84. RGB value is (79,113,132). Sum of RGB (Red+Green+Blue) = 79+113+132=324 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.38% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 132 - color contains mainly: blue. Hex color #4F7184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7184 is #B08E7B. Grayscale: #686868. Windows color (decimal): -11570812 or 8679759. OLE color: 8679759.

HSL color Cylindrical-coordinate representation of color #4F7184: hue angle of 201.51º 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 #4F7184 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 79 113 132 -
CMYK 0.40 0.14 0 0.48
HSL 201.51º 0.25% 0.41% -
HSV(B) 201.51º 0.4% 0.52% -
XYZ 13.29 15.14 24.05 -
YUV 105 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 79 113 132 0.40 0.14 0 0.48 201.51 0.25 0.41
Hex 4F 71 84 28 E 0 30 CA 19 29
Octal 117 161 204 50 16 0 60 312 31 51
Binary 1001111 1110001 10000100 101000 1110 0 110000 11001010 11001 101001

Color Harmonies of #4F7184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7184

Black with #4F7184

Text Example


Text Example

White with #4F7184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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