Html Css Color HEX #4A668E Wedgewood

📋 copy color: '#4A668E'

red 74 ◦ green 102 ◦ blue 142

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

Shades of Wedgewood #4A668E

Tints of Wedgewood #4A668E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.08%

 BLUE value IS 142 (55.86% from 255) = 44.65%

R = 23.27%
G = 32.08%
B = 44.65%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4A668E (or 0x4A668E) is known color: Wedgewood. HEX triplet: 4A, 66 and 8E. RGB value is (74,102,142). Sum of RGB (Red+Green+Blue) = 74+102+142=318 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.27% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #4A668E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A668E is #B59971. Grayscale: #626262. Windows color (decimal): -11901298 or 9332298. OLE color: 9332298.

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

Color convert

RGB 74 102 142 -
CMYK 0.48 0.28 0 0.44
HSL 215.29º 0.31% 0.42% -
HSV(B) 215.29º 0.48% 0.56% -
XYZ 12.46 12.91 27.43 -
YUV 98.19 152.72 110.75 -
System Red Green Blue C M Y K H S L
Decimal 74 102 142 0.48 0.28 0 0.44 215.29 0.31 0.42
Hex 4A 66 8E 30 1C 0 2C D7 1F 2A
Octal 112 146 216 60 34 0 54 327 37 52
Binary 1001010 1100110 10001110 110000 11100 0 101100 11010111 11111 101010

Color Harmonies of #4A668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A668E

Black with #4A668E

Text Example


Text Example

White with #4A668E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,102,142); }

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

background-color css

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

 a { background-color: rgb(74,102,142); }

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

border-color css

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

 span { border-color: rgb(74,102,142); }

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