Html Css Color HEX #50748C Wedgewood

📋 copy color: '#50748C'

red 80 ◦ green 116 ◦ blue 140

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

Shades of Wedgewood #50748C

Tints of Wedgewood #50748C

RGB

 RED value IS 80 (31.64% from 255) = 23.81%

 GREEN value IS 116 (45.7% from 255) = 34.52%

 BLUE value IS 140 (55.08% from 255) = 41.67%

R = 23.81%
G = 34.52%
B = 41.67%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50748C (or 0x50748C) is known color: Wedgewood. HEX triplet: 50, 74 and 8C. RGB value is (80,116,140). Sum of RGB (Red+Green+Blue) = 80+116+140=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 140 - color contains mainly: blue. Hex color #50748C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50748C is #AF8B73. Grayscale: #6B6B6B. Windows color (decimal): -11504500 or 9204816. OLE color: 9204816.

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

Color convert

RGB 80 116 140 -
CMYK 0.43 0.17 0 0.45
HSL 204º 0.27% 0.43% -
HSV(B) 204º 0.43% 0.55% -
XYZ 14.29 16.09 27.16 -
YUV 107.97 146.07 108.05 -
System Red Green Blue C M Y K H S L
Decimal 80 116 140 0.43 0.17 0 0.45 204 0.27 0.43
Hex 50 74 8C 2B 11 0 2D CC 1B 2B
Octal 120 164 214 53 21 0 55 314 33 53
Binary 1010000 1110100 10001100 101011 10001 0 101101 11001100 11011 101011

Color Harmonies of #50748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50748C

Black with #50748C

Text Example


Text Example

White with #50748C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50748C; }

 p { color: rgb(80,116,140); }

 H1.HeaderClassName
 {
   color: #50748C;
 }
 .AnyTagClassName
 {
   color: #50748C;
 }
</style>

background-color css

<style>
 a { background-color: #50748C; }

 a { background-color: rgb(80,116,140); }

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

border-color css

<style>
 span { border-color: #50748C; }

 span { border-color: rgb(80,116,140); }

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