Html Css Color HEX #456C90 Wedgewood

📋 copy color: '#456C90'

red 69 ◦ green 108 ◦ blue 144

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

Shades of Wedgewood #456C90

Tints of Wedgewood #456C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.64%

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

R = 21.5%
G = 33.64%
B = 44.86%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#456C90 (or 0x456C90) is known color: Wedgewood. HEX triplet: 45, 6C and 90. RGB value is (69,108,144). Sum of RGB (Red+Green+Blue) = 69+108+144=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #456C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456C90 is #BA936F. Grayscale: #646464. Windows color (decimal): -12227440 or 9464901. OLE color: 9464901.

HSL color Cylindrical-coordinate representation of color #456C90: hue angle of 208.8º 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 #456C90 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 108 144 -
CMYK 0.52 0.25 0 0.44
HSL 208.8º 0.35% 0.42% -
HSV(B) 208.8º 0.52% 0.56% -
XYZ 12.85 14 28.41 -
YUV 100.44 152.58 105.57 -
System Red Green Blue C M Y K H S L
Decimal 69 108 144 0.52 0.25 0 0.44 208.8 0.35 0.42
Hex 45 6C 90 34 19 0 2C D1 23 2A
Octal 105 154 220 64 31 0 54 321 43 52
Binary 1000101 1101100 10010000 110100 11001 0 101100 11010001 100011 101010

Color Harmonies of #456C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456C90

Black with #456C90

Text Example


Text Example

White with #456C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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