Html Css Color HEX #4B6289 Wedgewood

📋 copy color: '#4B6289'

red 75 ◦ green 98 ◦ blue 137

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

Shades of Wedgewood #4B6289

Tints of Wedgewood #4B6289

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.61%

 BLUE value IS 137 (53.91% from 255) = 44.19%

R = 24.19%
G = 31.61%
B = 44.19%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4B6289 (or 0x4B6289) is known color: Wedgewood. HEX triplet: 4B, 62 and 89. RGB value is (75,98,137). Sum of RGB (Red+Green+Blue) = 75+98+137=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 137 - color contains mainly: blue. Hex color #4B6289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6289 is #B49D76. Grayscale: #5F5F5F. Windows color (decimal): -11836791 or 9003595. OLE color: 9003595.

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

Color convert

RGB 75 98 137 -
CMYK 0.45 0.28 0 0.46
HSL 217.74º 0.29% 0.42% -
HSV(B) 217.74º 0.45% 0.54% -
XYZ 11.78 12.04 25.37 -
YUV 95.57 151.38 113.33 -
System Red Green Blue C M Y K H S L
Decimal 75 98 137 0.45 0.28 0 0.46 217.74 0.29 0.42
Hex 4B 62 89 2D 1C 0 2E DA 1D 2A
Octal 113 142 211 55 34 0 56 332 35 52
Binary 1001011 1100010 10001001 101101 11100 0 101110 11011010 11101 101010

Color Harmonies of #4B6289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6289

Black with #4B6289

Text Example


Text Example

White with #4B6289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,98,137); }

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

background-color css

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

 a { background-color: rgb(75,98,137); }

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

border-color css

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

 span { border-color: rgb(75,98,137); }

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