Html Css Color HEX #48678D Wedgewood

📋 copy color: '#48678D'

red 72 ◦ green 103 ◦ blue 141

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

Shades of Wedgewood #48678D

Tints of Wedgewood #48678D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.59%

 BLUE value IS 141 (55.47% from 255) = 44.62%

R = 22.78%
G = 32.59%
B = 44.62%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48678D (or 0x48678D) is known color: Wedgewood. HEX triplet: 48, 67 and 8D. RGB value is (72,103,141). Sum of RGB (Red+Green+Blue) = 72+103+141=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #48678D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48678D is #B79872. Grayscale: #616161. Windows color (decimal): -12032115 or 9267016. OLE color: 9267016.

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

Color convert

RGB 72 103 141 -
CMYK 0.49 0.27 0 0.45
HSL 213.04º 0.32% 0.42% -
HSV(B) 213.04º 0.49% 0.55% -
XYZ 12.33 13 27.06 -
YUV 98.06 152.23 109.41 -
System Red Green Blue C M Y K H S L
Decimal 72 103 141 0.49 0.27 0 0.45 213.04 0.32 0.42
Hex 48 67 8D 31 1B 0 2D D5 20 2A
Octal 110 147 215 61 33 0 55 325 40 52
Binary 1001000 1100111 10001101 110001 11011 0 101101 11010101 100000 101010

Color Harmonies of #48678D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48678D

Black with #48678D

Text Example


Text Example

White with #48678D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,103,141); }

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

background-color css

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

 a { background-color: rgb(72,103,141); }

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

border-color css

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

 span { border-color: rgb(72,103,141); }

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