Html Css Color HEX #4F7491 Wedgewood

📋 copy color: '#4F7491'

red 79 ◦ green 116 ◦ blue 145

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

Shades of Wedgewood #4F7491

Tints of Wedgewood #4F7491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.12%

 BLUE value IS 145 (57.03% from 255) = 42.65%

R = 23.24%
G = 34.12%
B = 42.65%

CMYK

 C value IS 0.46

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4F7491 (or 0x4F7491) is known color: Wedgewood. HEX triplet: 4F, 74 and 91. RGB value is (79,116,145). Sum of RGB (Red+Green+Blue) = 79+116+145=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 145 - color contains mainly: blue. Hex color #4F7491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7491 is #B08B6E. Grayscale: #6C6C6C. Windows color (decimal): -11570031 or 9532495. OLE color: 9532495.

HSL color Cylindrical-coordinate representation of color #4F7491: hue angle of 206.36º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F7491 is Cyan = 0.46, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 79 116 145 -
CMYK 0.46 0.2 0 0.43
HSL 206.36º 0.29% 0.44% -
HSV(B) 206.36º 0.46% 0.57% -
XYZ 14.58 16.2 29.15 -
YUV 108.24 148.74 107.14 -
System Red Green Blue C M Y K H S L
Decimal 79 116 145 0.46 0.2 0 0.43 206.36 0.29 0.44
Hex 4F 74 91 2E 14 0 2B CE 1D 2C
Octal 117 164 221 56 24 0 53 316 35 54
Binary 1001111 1110100 10010001 101110 10100 0 101011 11001110 11101 101100

Color Harmonies of #4F7491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7491

Black with #4F7491

Text Example


Text Example

White with #4F7491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,116,145); }

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

background-color css

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

 a { background-color: rgb(79,116,145); }

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

border-color css

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

 span { border-color: rgb(79,116,145); }

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