Html Css Color HEX #4B658A Wedgewood

📋 copy color: '#4B658A'

red 75 ◦ green 101 ◦ blue 138

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

Shades of Wedgewood #4B658A

Tints of Wedgewood #4B658A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.17%

 BLUE value IS 138 (54.3% from 255) = 43.95%

R = 23.89%
G = 32.17%
B = 43.95%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4B658A (or 0x4B658A) is known color: Wedgewood. HEX triplet: 4B, 65 and 8A. RGB value is (75,101,138). Sum of RGB (Red+Green+Blue) = 75+101+138=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #4B658A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B658A is #B49A75. Grayscale: #616161. Windows color (decimal): -11836022 or 9069899. OLE color: 9069899.

HSL color Cylindrical-coordinate representation of color #4B658A: hue angle of 215.24º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B658A is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 75 101 138 -
CMYK 0.46 0.27 0 0.46
HSL 215.24º 0.3% 0.42% -
HSV(B) 215.24º 0.46% 0.54% -
XYZ 12.14 12.64 25.84 -
YUV 97.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 75 101 138 0.46 0.27 0 0.46 215.24 0.3 0.42
Hex 4B 65 8A 2E 1B 0 2E D7 1E 2A
Octal 113 145 212 56 33 0 56 327 36 52
Binary 1001011 1100101 10001010 101110 11011 0 101110 11010111 11110 101010

Color Harmonies of #4B658A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B658A

Black with #4B658A

Text Example


Text Example

White with #4B658A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,101,138); }

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

background-color css

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

 a { background-color: rgb(75,101,138); }

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

border-color css

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

 span { border-color: rgb(75,101,138); }

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