Html Css Color HEX #48688C Wedgewood

📋 copy color: '#48688C'

red 72 ◦ green 104 ◦ blue 140

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

Shades of Wedgewood #48688C

Tints of Wedgewood #48688C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.91%

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

R = 22.78%
G = 32.91%
B = 44.3%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48688C (or 0x48688C) is known color: Wedgewood. HEX triplet: 48, 68 and 8C. RGB value is (72,104,140). Sum of RGB (Red+Green+Blue) = 72+104+140=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #48688C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48688C is #B79773. Grayscale: #626262. Windows color (decimal): -12031860 or 9201736. OLE color: 9201736.

HSL color Cylindrical-coordinate representation of color #48688C: hue angle of 211.76º 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 #48688C is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 104 140 -
CMYK 0.49 0.26 0 0.45
HSL 211.76º 0.32% 0.42% -
HSV(B) 211.76º 0.49% 0.55% -
XYZ 12.36 13.17 26.7 -
YUV 98.54 151.4 109.07 -
System Red Green Blue C M Y K H S L
Decimal 72 104 140 0.49 0.26 0 0.45 211.76 0.32 0.42
Hex 48 68 8C 31 1A 0 2D D4 20 2A
Octal 110 150 214 61 32 0 55 324 40 52
Binary 1001000 1101000 10001100 110001 11010 0 101101 11010100 100000 101010

Color Harmonies of #48688C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48688C

Black with #48688C

Text Example


Text Example

White with #48688C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,104,140); }

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

background-color css

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

 a { background-color: rgb(72,104,140); }

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

border-color css

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

 span { border-color: rgb(72,104,140); }

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