Html Css Color HEX #48667D Wedgewood

📋 copy color: '#48667D'

red 72 ◦ green 102 ◦ blue 125

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

Shades of Wedgewood #48667D

Tints of Wedgewood #48667D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.81%

R = 24.08%
G = 34.11%
B = 41.81%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48667D (or 0x48667D) is known color: Wedgewood. HEX triplet: 48, 66 and 7D. RGB value is (72,102,125). Sum of RGB (Red+Green+Blue) = 72+102+125=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 125 - color contains mainly: blue. Hex color #48667D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48667D is #B79982. Grayscale: #5F5F5F. Windows color (decimal): -12032387 or 8218184. OLE color: 8218184.

HSL color Cylindrical-coordinate representation of color #48667D: hue angle of 206.04º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48667D is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 102 125 -
CMYK 0.42 0.18 0 0.51
HSL 206.04º 0.27% 0.39% -
HSV(B) 206.04º 0.42% 0.49% -
XYZ 11.13 12.36 21.2 -
YUV 95.65 144.56 111.13 -
System Red Green Blue C M Y K H S L
Decimal 72 102 125 0.42 0.18 0 0.51 206.04 0.27 0.39
Hex 48 66 7D 2A 12 0 33 CE 1B 27
Octal 110 146 175 52 22 0 63 316 33 47
Binary 1001000 1100110 1111101 101010 10010 0 110011 11001110 11011 100111

Color Harmonies of #48667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48667D

Black with #48667D

Text Example


Text Example

White with #48667D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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