Html Css Color HEX #4A7495 Wedgewood

📋 copy color: '#4A7495'

red 74 ◦ green 116 ◦ blue 149

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

Shades of Wedgewood #4A7495

Tints of Wedgewood #4A7495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.22%

 BLUE value IS 149 (58.59% from 255) = 43.95%

R = 21.83%
G = 34.22%
B = 43.95%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4A7495 (or 0x4A7495) is known color: Wedgewood. HEX triplet: 4A, 74 and 95. RGB value is (74,116,149). Sum of RGB (Red+Green+Blue) = 74+116+149=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #4A7495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7495 is #B58B6A. Grayscale: #6B6B6B. Windows color (decimal): -11897707 or 9794634. OLE color: 9794634.

HSL color Cylindrical-coordinate representation of color #4A7495: hue angle of 206.4º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A7495 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 116 149 -
CMYK 0.50 0.22 0 0.42
HSL 206.4º 0.34% 0.44% -
HSV(B) 206.4º 0.5% 0.58% -
XYZ 14.49 16.12 30.78 -
YUV 107.2 151.59 104.32 -
System Red Green Blue C M Y K H S L
Decimal 74 116 149 0.50 0.22 0 0.42 206.4 0.34 0.44
Hex 4A 74 95 32 16 0 2A CE 22 2C
Octal 112 164 225 62 26 0 52 316 42 54
Binary 1001010 1110100 10010101 110010 10110 0 101010 11001110 100010 101100

Color Harmonies of #4A7495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7495

Black with #4A7495

Text Example


Text Example

White with #4A7495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,116,149); }

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

background-color css

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

 a { background-color: rgb(74,116,149); }

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

border-color css

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

 span { border-color: rgb(74,116,149); }

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