Html Css Color HEX #4F7394 Wedgewood

📋 copy color: '#4F7394'

red 79 ◦ green 115 ◦ blue 148

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

Shades of Wedgewood #4F7394

Tints of Wedgewood #4F7394

RGB

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

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

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

R = 23.1%
G = 33.63%
B = 43.27%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4F7394 (or 0x4F7394) is known color: Wedgewood. HEX triplet: 4F, 73 and 94. RGB value is (79,115,148). Sum of RGB (Red+Green+Blue) = 79+115+148=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 148 - color contains mainly: blue. Hex color #4F7394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7394 is #B08C6B. Grayscale: #6B6B6B. Windows color (decimal): -11570284 or 9728847. OLE color: 9728847.

HSL color Cylindrical-coordinate representation of color #4F7394: hue angle of 208.7º 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 #4F7394 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 79 115 148 -
CMYK 0.47 0.22 0 0.42
HSL 208.7º 0.3% 0.45% -
HSV(B) 208.7º 0.47% 0.58% -
XYZ 14.7 16.06 30.34 -
YUV 108 150.57 107.32 -
System Red Green Blue C M Y K H S L
Decimal 79 115 148 0.47 0.22 0 0.42 208.7 0.3 0.45
Hex 4F 73 94 2F 16 0 2A D1 1E 2D
Octal 117 163 224 57 26 0 52 321 36 55
Binary 1001111 1110011 10010100 101111 10110 0 101010 11010001 11110 101101

Color Harmonies of #4F7394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7394

Black with #4F7394

Text Example


Text Example

White with #4F7394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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