Html Css Color HEX #4A6284 Wedgewood

📋 copy color: '#4A6284'

red 74 ◦ green 98 ◦ blue 132

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

Shades of Wedgewood #4A6284

Tints of Wedgewood #4A6284

RGB

 RED value IS 74 (29.3% from 255) = 24.34%

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

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

R = 24.34%
G = 32.24%
B = 43.42%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4A6284 (or 0x4A6284) is known color: Wedgewood. HEX triplet: 4A, 62 and 84. RGB value is (74,98,132). Sum of RGB (Red+Green+Blue) = 74+98+132=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 132 - color contains mainly: blue. Hex color #4A6284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6284 is #B59D7B. Grayscale: #5E5E5E. Windows color (decimal): -11902332 or 8675914. OLE color: 8675914.

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

Color convert

RGB 74 98 132 -
CMYK 0.44 0.26 0 0.48
HSL 215.17º 0.28% 0.4% -
HSV(B) 215.17º 0.44% 0.52% -
XYZ 11.36 11.86 23.52 -
YUV 94.7 149.05 113.24 -
System Red Green Blue C M Y K H S L
Decimal 74 98 132 0.44 0.26 0 0.48 215.17 0.28 0.4
Hex 4A 62 84 2C 1A 0 30 D7 1C 28
Octal 112 142 204 54 32 0 60 327 34 50
Binary 1001010 1100010 10000100 101100 11010 0 110000 11010111 11100 101000

Color Harmonies of #4A6284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6284

Black with #4A6284

Text Example


Text Example

White with #4A6284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,98,132); }

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

background-color css

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

 a { background-color: rgb(74,98,132); }

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

border-color css

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

 span { border-color: rgb(74,98,132); }

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