Html Css Color HEX #4B6584 Wedgewood

📋 copy color: '#4B6584'

red 75 ◦ green 101 ◦ blue 132

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

Shades of Wedgewood #4B6584

Tints of Wedgewood #4B6584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 42.86%

R = 24.35%
G = 32.79%
B = 42.86%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4B6584 (or 0x4B6584) is known color: Wedgewood. HEX triplet: 4B, 65 and 84. RGB value is (75,101,132). Sum of RGB (Red+Green+Blue) = 75+101+132=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #4B6584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6584 is #B49A7B. Grayscale: #606060. Windows color (decimal): -11836028 or 8676683. OLE color: 8676683.

HSL color Cylindrical-coordinate representation of color #4B6584: hue angle of 212.63º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B6584 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 75 101 132 -
CMYK 0.43 0.23 0 0.48
HSL 212.63º 0.28% 0.41% -
HSV(B) 212.63º 0.43% 0.52% -
XYZ 11.72 12.47 23.62 -
YUV 96.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 75 101 132 0.43 0.23 0 0.48 212.63 0.28 0.41
Hex 4B 65 84 2B 17 0 30 D5 1C 29
Octal 113 145 204 53 27 0 60 325 34 51
Binary 1001011 1100101 10000100 101011 10111 0 110000 11010101 11100 101001

Color Harmonies of #4B6584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6584

Black with #4B6584

Text Example


Text Example

White with #4B6584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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