Html Css Color HEX #456E8E Wedgewood

📋 copy color: '#456E8E'

red 69 ◦ green 110 ◦ blue 142

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

Shades of Wedgewood #456E8E

Tints of Wedgewood #456E8E

RGB

 RED value IS 69 (27.34% from 255) = 21.5%

 GREEN value IS 110 (43.36% from 255) = 34.27%

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

R = 21.5%
G = 34.27%
B = 44.24%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#456E8E (or 0x456E8E) is known color: Wedgewood. HEX triplet: 45, 6E and 8E. RGB value is (69,110,142). Sum of RGB (Red+Green+Blue) = 69+110+142=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: blue. Hex color #456E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456E8E is #BA9171. Grayscale: #656565. Windows color (decimal): -12226930 or 9334341. OLE color: 9334341.

HSL color Cylindrical-coordinate representation of color #456E8E: hue angle of 206.3º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #456E8E is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 110 142 -
CMYK 0.51 0.23 0 0.44
HSL 206.3º 0.35% 0.41% -
HSV(B) 206.3º 0.51% 0.56% -
XYZ 12.91 14.37 27.68 -
YUV 101.39 150.92 104.9 -
System Red Green Blue C M Y K H S L
Decimal 69 110 142 0.51 0.23 0 0.44 206.3 0.35 0.41
Hex 45 6E 8E 33 17 0 2C CE 23 29
Octal 105 156 216 63 27 0 54 316 43 51
Binary 1000101 1101110 10001110 110011 10111 0 101100 11001110 100011 101001

Color Harmonies of #456E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456E8E

Black with #456E8E

Text Example


Text Example

White with #456E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456E8E; }

 p { color: rgb(69,110,142); }

 H1.HeaderClassName
 {
   color: #456E8E;
 }
 .AnyTagClassName
 {
   color: #456E8E;
 }
</style>

background-color css

<style>
 a { background-color: #456E8E; }

 a { background-color: rgb(69,110,142); }

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

border-color css

<style>
 span { border-color: #456E8E; }

 span { border-color: rgb(69,110,142); }

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