Html Css Color HEX #48608B Wedgewood

📋 copy color: '#48608B'

red 72 ◦ green 96 ◦ blue 139

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

Shades of Wedgewood #48608B

Tints of Wedgewood #48608B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.27%

 BLUE value IS 139 (54.69% from 255) = 45.28%

R = 23.45%
G = 31.27%
B = 45.28%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48608B (or 0x48608B) is known color: Wedgewood. HEX triplet: 48, 60 and 8B. RGB value is (72,96,139). Sum of RGB (Red+Green+Blue) = 72+96+139=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #48608B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48608B is #B79F74. Grayscale: #5D5D5D. Windows color (decimal): -12033909 or 9134152. OLE color: 9134152.

HSL color Cylindrical-coordinate representation of color #48608B: hue angle of 218.51º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48608B is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 96 139 -
CMYK 0.48 0.31 0 0.45
HSL 218.51º 0.32% 0.41% -
HSV(B) 218.51º 0.48% 0.55% -
XYZ 11.52 11.61 26.06 -
YUV 93.73 153.55 112.5 -
System Red Green Blue C M Y K H S L
Decimal 72 96 139 0.48 0.31 0 0.45 218.51 0.32 0.41
Hex 48 60 8B 30 1F 0 2D DB 20 29
Octal 110 140 213 60 37 0 55 333 40 51
Binary 1001000 1100000 10001011 110000 11111 0 101101 11011011 100000 101001

Color Harmonies of #48608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48608B

Black with #48608B

Text Example


Text Example

White with #48608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48608B; }

 p { color: rgb(72,96,139); }

 H1.HeaderClassName
 {
   color: #48608B;
 }
 .AnyTagClassName
 {
   color: #48608B;
 }
</style>

background-color css

<style>
 a { background-color: #48608B; }

 a { background-color: rgb(72,96,139); }

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

border-color css

<style>
 span { border-color: #48608B; }

 span { border-color: rgb(72,96,139); }

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