Html Css Color HEX #48698B Wedgewood

📋 copy color: '#48698B'

red 72 ◦ green 105 ◦ blue 139

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

Shades of Wedgewood #48698B

Tints of Wedgewood #48698B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.23%

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

R = 22.78%
G = 33.23%
B = 43.99%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48698B (or 0x48698B) is known color: Wedgewood. HEX triplet: 48, 69 and 8B. RGB value is (72,105,139). Sum of RGB (Red+Green+Blue) = 72+105+139=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #48698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48698B is #B79674. Grayscale: #626262. Windows color (decimal): -12031605 or 9136456. OLE color: 9136456.

HSL color Cylindrical-coordinate representation of color #48698B: hue angle of 210.45º 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 #48698B is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 105 139 -
CMYK 0.48 0.24 0 0.45
HSL 210.45º 0.32% 0.41% -
HSV(B) 210.45º 0.48% 0.55% -
XYZ 12.38 13.34 26.35 -
YUV 99.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 72 105 139 0.48 0.24 0 0.45 210.45 0.32 0.41
Hex 48 69 8B 30 18 0 2D D2 20 29
Octal 110 151 213 60 30 0 55 322 40 51
Binary 1001000 1101001 10001011 110000 11000 0 101101 11010010 100000 101001

Color Harmonies of #48698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48698B

Black with #48698B

Text Example


Text Example

White with #48698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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