Html Css Color HEX #456085 Wedgewood

📋 copy color: '#456085'

red 69 ◦ green 96 ◦ blue 133

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

Shades of Wedgewood #456085

Tints of Wedgewood #456085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.21%

 BLUE value IS 133 (52.34% from 255) = 44.63%

R = 23.15%
G = 32.21%
B = 44.63%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#456085 (or 0x456085) is known color: Wedgewood. HEX triplet: 45, 60 and 85. RGB value is (69,96,133). Sum of RGB (Red+Green+Blue) = 69+96+133=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #456085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456085 is #BA9F7A. Grayscale: #5B5B5B. Windows color (decimal): -12230523 or 8740933. OLE color: 8740933.

HSL color Cylindrical-coordinate representation of color #456085: hue angle of 214.69º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #456085 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 96 133 -
CMYK 0.48 0.28 0 0.48
HSL 214.69º 0.32% 0.4% -
HSV(B) 214.69º 0.48% 0.52% -
XYZ 10.87 11.32 23.8 -
YUV 92.15 151.05 111.49 -
System Red Green Blue C M Y K H S L
Decimal 69 96 133 0.48 0.28 0 0.48 214.69 0.32 0.4
Hex 45 60 85 30 1C 0 30 D7 20 28
Octal 105 140 205 60 34 0 60 327 40 50
Binary 1000101 1100000 10000101 110000 11100 0 110000 11010111 100000 101000

Color Harmonies of #456085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456085

Black with #456085

Text Example


Text Example

White with #456085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456085; }

 p { color: rgb(69,96,133); }

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

background-color css

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

 a { background-color: rgb(69,96,133); }

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

border-color css

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

 span { border-color: rgb(69,96,133); }

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