Html Css Color HEX #48677F Wedgewood

📋 copy color: '#48677F'

red 72 ◦ green 103 ◦ blue 127

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

Shades of Wedgewood #48677F

Tints of Wedgewood #48677F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.05%

R = 23.84%
G = 34.11%
B = 42.05%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#48677F (or 0x48677F) is known color: Wedgewood. HEX triplet: 48, 67 and 7F. RGB value is (72,103,127). Sum of RGB (Red+Green+Blue) = 72+103+127=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 127 - color contains mainly: blue. Hex color #48677F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48677F is #B79880. Grayscale: #606060. Windows color (decimal): -12032129 or 8349512. OLE color: 8349512.

HSL color Cylindrical-coordinate representation of color #48677F: hue angle of 206.18º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48677F is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 103 127 -
CMYK 0.43 0.19 0 0.50
HSL 206.18º 0.28% 0.39% -
HSV(B) 206.18º 0.43% 0.5% -
XYZ 11.35 12.61 21.91 -
YUV 96.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 72 103 127 0.43 0.19 0 0.50 206.18 0.28 0.39
Hex 48 67 7F 2B 13 0 32 CE 1C 27
Octal 110 147 177 53 23 0 62 316 34 47
Binary 1001000 1100111 1111111 101011 10011 0 110010 11001110 11100 100111

Color Harmonies of #48677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48677F

Black with #48677F

Text Example


Text Example

White with #48677F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48677F; }

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

 H1.HeaderClassName
 {
   color: #48677F;
 }
 .AnyTagClassName
 {
   color: #48677F;
 }
</style>

background-color css

<style>
 a { background-color: #48677F; }

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

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

border-color css

<style>
 span { border-color: #48677F; }

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

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