Html Css Color HEX #4F728A Wedgewood

📋 copy color: '#4F728A'

red 79 ◦ green 114 ◦ blue 138

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

Shades of Wedgewood #4F728A

Tints of Wedgewood #4F728A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.69%

R = 23.87%
G = 34.44%
B = 41.69%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4F728A (or 0x4F728A) is known color: Wedgewood. HEX triplet: 4F, 72 and 8A. RGB value is (79,114,138). Sum of RGB (Red+Green+Blue) = 79+114+138=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #4F728A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F728A is #B08D75. Grayscale: #6A6A6A. Windows color (decimal): -11570550 or 9073231. OLE color: 9073231.

HSL color Cylindrical-coordinate representation of color #4F728A: hue angle of 204.41º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F728A is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 79 114 138 -
CMYK 0.43 0.17 0 0.46
HSL 204.41º 0.27% 0.43% -
HSV(B) 204.41º 0.43% 0.54% -
XYZ 13.83 15.53 26.31 -
YUV 106.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 79 114 138 0.43 0.17 0 0.46 204.41 0.27 0.43
Hex 4F 72 8A 2B 11 0 2E CC 1B 2B
Octal 117 162 212 53 21 0 56 314 33 53
Binary 1001111 1110010 10001010 101011 10001 0 101110 11001100 11011 101011

Color Harmonies of #4F728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F728A

Black with #4F728A

Text Example


Text Example

White with #4F728A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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