Html Css Color HEX #4F7294 Wedgewood

📋 copy color: '#4F7294'

red 79 ◦ green 114 ◦ blue 148

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

Shades of Wedgewood #4F7294

Tints of Wedgewood #4F7294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.43%

 BLUE value IS 148 (58.2% from 255) = 43.4%

R = 23.17%
G = 33.43%
B = 43.4%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4F7294 (or 0x4F7294) is known color: Wedgewood. HEX triplet: 4F, 72 and 94. RGB value is (79,114,148). Sum of RGB (Red+Green+Blue) = 79+114+148=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 148 - color contains mainly: blue. Hex color #4F7294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7294 is #B08D6B. Grayscale: #6B6B6B. Windows color (decimal): -11570540 or 9728591. OLE color: 9728591.

HSL color Cylindrical-coordinate representation of color #4F7294: hue angle of 209.57º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F7294 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 79 114 148 -
CMYK 0.47 0.23 0 0.42
HSL 209.57º 0.3% 0.45% -
HSV(B) 209.57º 0.47% 0.58% -
XYZ 14.59 15.84 30.3 -
YUV 107.41 150.9 107.74 -
System Red Green Blue C M Y K H S L
Decimal 79 114 148 0.47 0.23 0 0.42 209.57 0.3 0.45
Hex 4F 72 94 2F 17 0 2A D2 1E 2D
Octal 117 162 224 57 27 0 52 322 36 55
Binary 1001111 1110010 10010100 101111 10111 0 101010 11010010 11110 101101

Color Harmonies of #4F7294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7294

Black with #4F7294

Text Example


Text Example

White with #4F7294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,114,148); }

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

background-color css

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

 a { background-color: rgb(79,114,148); }

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

border-color css

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

 span { border-color: rgb(79,114,148); }

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