Html Css Color HEX #48638B Wedgewood

📋 copy color: '#48638B'

red 72 ◦ green 99 ◦ blue 139

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

Shades of Wedgewood #48638B

Tints of Wedgewood #48638B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.94%

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

R = 23.23%
G = 31.94%
B = 44.84%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48638B (or 0x48638B) is known color: Wedgewood. HEX triplet: 48, 63 and 8B. RGB value is (72,99,139). Sum of RGB (Red+Green+Blue) = 72+99+139=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #48638B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48638B is #B79C74. Grayscale: #5F5F5F. Windows color (decimal): -12033141 or 9134920. OLE color: 9134920.

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

Color convert

RGB 72 99 139 -
CMYK 0.48 0.29 0 0.45
HSL 215.82º 0.32% 0.41% -
HSV(B) 215.82º 0.48% 0.55% -
XYZ 11.79 12.17 26.15 -
YUV 95.49 152.55 111.25 -
System Red Green Blue C M Y K H S L
Decimal 72 99 139 0.48 0.29 0 0.45 215.82 0.32 0.41
Hex 48 63 8B 30 1D 0 2D D8 20 29
Octal 110 143 213 60 35 0 55 330 40 51
Binary 1001000 1100011 10001011 110000 11101 0 101101 11011000 100000 101001

Color Harmonies of #48638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48638B

Black with #48638B

Text Example


Text Example

White with #48638B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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