Html Css Color HEX #4A6D8B Wedgewood

📋 copy color: '#4A6D8B'

red 74 ◦ green 109 ◦ blue 139

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

Shades of Wedgewood #4A6D8B

Tints of Wedgewood #4A6D8B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.85%

 BLUE value IS 139 (54.69% from 255) = 43.17%

R = 22.98%
G = 33.85%
B = 43.17%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A6D8B (or 0x4A6D8B) is known color: Wedgewood. HEX triplet: 4A, 6D and 8B. RGB value is (74,109,139). Sum of RGB (Red+Green+Blue) = 74+109+139=322 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.98% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A6D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6D8B is #B59274. Grayscale: #656565. Windows color (decimal): -11899509 or 9137482. OLE color: 9137482.

HSL color Cylindrical-coordinate representation of color #4A6D8B: hue angle of 207.69º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A6D8B is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 109 139 -
CMYK 0.47 0.22 0 0.45
HSL 207.69º 0.31% 0.42% -
HSV(B) 207.69º 0.47% 0.55% -
XYZ 12.95 14.26 26.5 -
YUV 101.96 148.9 108.06 -
System Red Green Blue C M Y K H S L
Decimal 74 109 139 0.47 0.22 0 0.45 207.69 0.31 0.42
Hex 4A 6D 8B 2F 16 0 2D D0 1F 2A
Octal 112 155 213 57 26 0 55 320 37 52
Binary 1001010 1101101 10001011 101111 10110 0 101101 11010000 11111 101010

Color Harmonies of #4A6D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6D8B

Black with #4A6D8B

Text Example


Text Example

White with #4A6D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,109,139); }

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

background-color css

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

 a { background-color: rgb(74,109,139); }

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

border-color css

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

 span { border-color: rgb(74,109,139); }

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