Html Css Color HEX #4B6382 Wedgewood

📋 copy color: '#4B6382'

red 75 ◦ green 99 ◦ blue 130

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

Shades of Wedgewood #4B6382

Tints of Wedgewood #4B6382

RGB

 RED value IS 75 (29.69% from 255) = 24.67%

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

 BLUE value IS 130 (51.17% from 255) = 42.76%

R = 24.67%
G = 32.57%
B = 42.76%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4B6382 (or 0x4B6382) is known color: Wedgewood. HEX triplet: 4B, 63 and 82. RGB value is (75,99,130). Sum of RGB (Red+Green+Blue) = 75+99+130=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #4B6382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6382 is #B49C7D. Grayscale: #5F5F5F. Windows color (decimal): -11836542 or 8545099. OLE color: 8545099.

HSL color Cylindrical-coordinate representation of color #4B6382: hue angle of 213.82º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B6382 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 75 99 130 -
CMYK 0.42 0.24 0 0.49
HSL 213.82º 0.27% 0.4% -
HSV(B) 213.82º 0.42% 0.51% -
XYZ 11.39 12.03 22.84 -
YUV 95.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 75 99 130 0.42 0.24 0 0.49 213.82 0.27 0.4
Hex 4B 63 82 2A 18 0 31 D6 1B 28
Octal 113 143 202 52 30 0 61 326 33 50
Binary 1001011 1100011 10000010 101010 11000 0 110001 11010110 11011 101000

Color Harmonies of #4B6382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6382

Black with #4B6382

Text Example


Text Example

White with #4B6382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B6382; }

 p { color: rgb(75,99,130); }

 H1.HeaderClassName
 {
   color: #4B6382;
 }
 .AnyTagClassName
 {
   color: #4B6382;
 }
</style>

background-color css

<style>
 a { background-color: #4B6382; }

 a { background-color: rgb(75,99,130); }

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

border-color css

<style>
 span { border-color: #4B6382; }

 span { border-color: rgb(75,99,130); }

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