Html Css Color HEX #4A7092 Wedgewood

📋 copy color: '#4A7092'

red 74 ◦ green 112 ◦ blue 146

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

Shades of Wedgewood #4A7092

Tints of Wedgewood #4A7092

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.73%

 BLUE value IS 146 (57.42% from 255) = 43.98%

R = 22.29%
G = 33.73%
B = 43.98%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4A7092 (or 0x4A7092) is known color: Wedgewood. HEX triplet: 4A, 70 and 92. RGB value is (74,112,146). Sum of RGB (Red+Green+Blue) = 74+112+146=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #4A7092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7092 is #B58F6D. Grayscale: #686868. Windows color (decimal): -11898734 or 9597002. OLE color: 9597002.

HSL color Cylindrical-coordinate representation of color #4A7092: hue angle of 208.33º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A7092 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 74 112 146 -
CMYK 0.49 0.23 0 0.43
HSL 208.33º 0.33% 0.43% -
HSV(B) 208.33º 0.49% 0.57% -
XYZ 13.81 15.12 29.38 -
YUV 104.51 151.41 106.24 -
System Red Green Blue C M Y K H S L
Decimal 74 112 146 0.49 0.23 0 0.43 208.33 0.33 0.43
Hex 4A 70 92 31 17 0 2B D0 21 2B
Octal 112 160 222 61 27 0 53 320 41 53
Binary 1001010 1110000 10010010 110001 10111 0 101011 11010000 100001 101011

Color Harmonies of #4A7092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7092

Black with #4A7092

Text Example


Text Example

White with #4A7092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,112,146); }

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

background-color css

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

 a { background-color: rgb(74,112,146); }

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

border-color css

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

 span { border-color: rgb(74,112,146); }

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