Html Css Color HEX #456990 Wedgewood

📋 copy color: '#456990'

red 69 ◦ green 105 ◦ blue 144

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

Shades of Wedgewood #456990

Tints of Wedgewood #456990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.02%

 BLUE value IS 144 (56.64% from 255) = 45.28%

R = 21.7%
G = 33.02%
B = 45.28%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#456990 (or 0x456990) is known color: Wedgewood. HEX triplet: 45, 69 and 90. RGB value is (69,105,144). Sum of RGB (Red+Green+Blue) = 69+105+144=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #456990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456990 is #BA966F. Grayscale: #626262. Windows color (decimal): -12228208 or 9464133. OLE color: 9464133.

HSL color Cylindrical-coordinate representation of color #456990: hue angle of 211.2º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #456990 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 105 144 -
CMYK 0.52 0.27 0 0.44
HSL 211.2º 0.35% 0.42% -
HSV(B) 211.2º 0.52% 0.56% -
XYZ 12.54 13.38 28.31 -
YUV 98.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 69 105 144 0.52 0.27 0 0.44 211.2 0.35 0.42
Hex 45 69 90 34 1B 0 2C D3 23 2A
Octal 105 151 220 64 33 0 54 323 43 52
Binary 1000101 1101001 10010000 110100 11011 0 101100 11010011 100011 101010

Color Harmonies of #456990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456990

Black with #456990

Text Example


Text Example

White with #456990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456990; }

 p { color: rgb(69,105,144); }

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

background-color css

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

 a { background-color: rgb(69,105,144); }

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

border-color css

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

 span { border-color: rgb(69,105,144); }

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