Html Css Color HEX #456E93 Wedgewood

📋 copy color: '#456E93'

red 69 ◦ green 110 ◦ blue 147

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

Shades of Wedgewood #456E93

Tints of Wedgewood #456E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.09%

R = 21.17%
G = 33.74%
B = 45.09%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#456E93 (or 0x456E93) is known color: Wedgewood. HEX triplet: 45, 6E and 93. RGB value is (69,110,147). Sum of RGB (Red+Green+Blue) = 69+110+147=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #456E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456E93 is #BA916C. Grayscale: #656565. Windows color (decimal): -12226925 or 9662021. OLE color: 9662021.

HSL color Cylindrical-coordinate representation of color #456E93: hue angle of 208.46º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #456E93 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 110 147 -
CMYK 0.53 0.25 0 0.42
HSL 208.46º 0.36% 0.42% -
HSV(B) 208.46º 0.53% 0.58% -
XYZ 13.3 14.52 29.71 -
YUV 101.96 153.42 104.49 -
System Red Green Blue C M Y K H S L
Decimal 69 110 147 0.53 0.25 0 0.42 208.46 0.36 0.42
Hex 45 6E 93 35 19 0 2A D0 24 2A
Octal 105 156 223 65 31 0 52 320 44 52
Binary 1000101 1101110 10010011 110101 11001 0 101010 11010000 100100 101010

Color Harmonies of #456E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456E93

Black with #456E93

Text Example


Text Example

White with #456E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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