Html Css Color HEX #456D93 Wedgewood

📋 copy color: '#456D93'

red 69 ◦ green 109 ◦ blue 147

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

Shades of Wedgewood #456D93

Tints of Wedgewood #456D93

RGB

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

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

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

R = 21.23%
G = 33.54%
B = 45.23%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#456D93 (or 0x456D93) is known color: Wedgewood. HEX triplet: 45, 6D and 93. RGB value is (69,109,147). Sum of RGB (Red+Green+Blue) = 69+109+147=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #456D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456D93 is #BA926C. Grayscale: #656565. Windows color (decimal): -12227181 or 9661765. OLE color: 9661765.

HSL color Cylindrical-coordinate representation of color #456D93: hue angle of 209.23º 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 #456D93 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 109 147 -
CMYK 0.53 0.26 0 0.42
HSL 209.23º 0.36% 0.42% -
HSV(B) 209.23º 0.53% 0.58% -
XYZ 13.19 14.31 29.67 -
YUV 101.37 153.75 104.91 -
System Red Green Blue C M Y K H S L
Decimal 69 109 147 0.53 0.26 0 0.42 209.23 0.36 0.42
Hex 45 6D 93 35 1A 0 2A D1 24 2A
Octal 105 155 223 65 32 0 52 321 44 52
Binary 1000101 1101101 10010011 110101 11010 0 101010 11010001 100100 101010

Color Harmonies of #456D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456D93

Black with #456D93

Text Example


Text Example

White with #456D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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