Html Css Color HEX #456185 Wedgewood

📋 copy color: '#456185'

red 69 ◦ green 97 ◦ blue 133

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

Shades of Wedgewood #456185

Tints of Wedgewood #456185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.44%

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

R = 23.08%
G = 32.44%
B = 44.48%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#456185 (or 0x456185) is known color: Wedgewood. HEX triplet: 45, 61 and 85. RGB value is (69,97,133). Sum of RGB (Red+Green+Blue) = 69+97+133=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #456185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456185 is #BA9E7A. Grayscale: #5C5C5C. Windows color (decimal): -12230267 or 8741189. OLE color: 8741189.

HSL color Cylindrical-coordinate representation of color #456185: hue angle of 213.75º 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 #456185 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 97 133 -
CMYK 0.48 0.27 0 0.48
HSL 213.75º 0.32% 0.4% -
HSV(B) 213.75º 0.48% 0.52% -
XYZ 10.96 11.51 23.83 -
YUV 92.73 150.72 111.07 -
System Red Green Blue C M Y K H S L
Decimal 69 97 133 0.48 0.27 0 0.48 213.75 0.32 0.4
Hex 45 61 85 30 1B 0 30 D6 20 28
Octal 105 141 205 60 33 0 60 326 40 50
Binary 1000101 1100001 10000101 110000 11011 0 110000 11010110 100000 101000

Color Harmonies of #456185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456185

Black with #456185

Text Example


Text Example

White with #456185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456185; }

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

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

background-color css

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

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

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

border-color css

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

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

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