Html Css Color HEX #4B718E Wedgewood

📋 copy color: '#4B718E'

red 75 ◦ green 113 ◦ blue 142

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

Shades of Wedgewood #4B718E

Tints of Wedgewood #4B718E

RGB

 RED value IS 75 (29.69% from 255) = 22.73%

 GREEN value IS 113 (44.53% from 255) = 34.24%

 BLUE value IS 142 (55.86% from 255) = 43.03%

R = 22.73%
G = 34.24%
B = 43.03%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4B718E (or 0x4B718E) is known color: Wedgewood. HEX triplet: 4B, 71 and 8E. RGB value is (75,113,142). Sum of RGB (Red+Green+Blue) = 75+113+142=330 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.73% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 142 - color contains mainly: blue. Hex color #4B718E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B718E is #B48E71. Grayscale: #686868. Windows color (decimal): -11832946 or 9335115. OLE color: 9335115.

HSL color Cylindrical-coordinate representation of color #4B718E: hue angle of 205.97º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B718E is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 75 113 142 -
CMYK 0.47 0.20 0 0.44
HSL 205.97º 0.31% 0.43% -
HSV(B) 205.97º 0.47% 0.56% -
XYZ 13.69 15.26 27.81 -
YUV 104.94 148.91 106.64 -
System Red Green Blue C M Y K H S L
Decimal 75 113 142 0.47 0.20 0 0.44 205.97 0.31 0.43
Hex 4B 71 8E 2F 14 0 2C CE 1F 2B
Octal 113 161 216 57 24 0 54 316 37 53
Binary 1001011 1110001 10001110 101111 10100 0 101100 11001110 11111 101011

Color Harmonies of #4B718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B718E

Black with #4B718E

Text Example


Text Example

White with #4B718E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,113,142); }

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

background-color css

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

 a { background-color: rgb(75,113,142); }

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

border-color css

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

 span { border-color: rgb(75,113,142); }

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