Html Css Color HEX #4F7392 Wedgewood

📋 copy color: '#4F7392'

red 79 ◦ green 115 ◦ blue 146

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

Shades of Wedgewood #4F7392

Tints of Wedgewood #4F7392

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.82%

 BLUE value IS 146 (57.42% from 255) = 42.94%

R = 23.24%
G = 33.82%
B = 42.94%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4F7392 (or 0x4F7392) is known color: Wedgewood. HEX triplet: 4F, 73 and 92. RGB value is (79,115,146). Sum of RGB (Red+Green+Blue) = 79+115+146=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #4F7392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7392 is #B08C6D. Grayscale: #6B6B6B. Windows color (decimal): -11570286 or 9597775. OLE color: 9597775.

HSL color Cylindrical-coordinate representation of color #4F7392: hue angle of 207.76º degrees, saturation: 0.3, 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 #4F7392 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 79 115 146 -
CMYK 0.46 0.21 0 0.43
HSL 207.76º 0.3% 0.44% -
HSV(B) 207.76º 0.46% 0.57% -
XYZ 14.54 16 29.52 -
YUV 107.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 79 115 146 0.46 0.21 0 0.43 207.76 0.3 0.44
Hex 4F 73 92 2E 15 0 2B D0 1E 2C
Octal 117 163 222 56 25 0 53 320 36 54
Binary 1001111 1110011 10010010 101110 10101 0 101011 11010000 11110 101100

Color Harmonies of #4F7392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7392

Black with #4F7392

Text Example


Text Example

White with #4F7392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,115,146); }

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

background-color css

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

 a { background-color: rgb(79,115,146); }

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

border-color css

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

 span { border-color: rgb(79,115,146); }

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