Html Css Color HEX #48667F Wedgewood

📋 copy color: '#48667F'

red 72 ◦ green 102 ◦ blue 127

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

Shades of Wedgewood #48667F

Tints of Wedgewood #48667F

RGB

 RED value IS 72 (28.52% from 255) = 23.92%

 GREEN value IS 102 (40.23% from 255) = 33.89%

 BLUE value IS 127 (50% from 255) = 42.19%

R = 23.92%
G = 33.89%
B = 42.19%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#48667F (or 0x48667F) is known color: Wedgewood. HEX triplet: 48, 66 and 7F. RGB value is (72,102,127). Sum of RGB (Red+Green+Blue) = 72+102+127=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 127 - color contains mainly: blue. Hex color #48667F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48667F is #B79980. Grayscale: #5F5F5F. Windows color (decimal): -12032385 or 8349256. OLE color: 8349256.

HSL color Cylindrical-coordinate representation of color #48667F: hue angle of 207.27º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48667F is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 102 127 -
CMYK 0.43 0.20 0 0.50
HSL 207.27º 0.28% 0.39% -
HSV(B) 207.27º 0.43% 0.5% -
XYZ 11.25 12.41 21.88 -
YUV 95.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 72 102 127 0.43 0.20 0 0.50 207.27 0.28 0.39
Hex 48 66 7F 2B 14 0 32 CF 1C 27
Octal 110 146 177 53 24 0 62 317 34 47
Binary 1001000 1100110 1111111 101011 10100 0 110010 11001111 11100 100111

Color Harmonies of #48667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48667F

Black with #48667F

Text Example


Text Example

White with #48667F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48667F; }

 p { color: rgb(72,102,127); }

 H1.HeaderClassName
 {
   color: #48667F;
 }
 .AnyTagClassName
 {
   color: #48667F;
 }
</style>

background-color css

<style>
 a { background-color: #48667F; }

 a { background-color: rgb(72,102,127); }

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

border-color css

<style>
 span { border-color: #48667F; }

 span { border-color: rgb(72,102,127); }

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