Html Css Color HEX #456484 Wedgewood

📋 copy color: '#456484'

red 69 ◦ green 100 ◦ blue 132

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

Shades of Wedgewood #456484

Tints of Wedgewood #456484

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.22%

 BLUE value IS 132 (51.95% from 255) = 43.85%

R = 22.92%
G = 33.22%
B = 43.85%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#456484 (or 0x456484) is known color: Wedgewood. HEX triplet: 45, 64 and 84. RGB value is (69,100,132). Sum of RGB (Red+Green+Blue) = 69+100+132=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #456484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456484 is #BA9B7B. Grayscale: #5E5E5E. Windows color (decimal): -12229500 or 8676421. OLE color: 8676421.

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

Color convert

RGB 69 100 132 -
CMYK 0.48 0.24 0 0.48
HSL 210.48º 0.31% 0.39% -
HSV(B) 210.48º 0.48% 0.52% -
XYZ 11.18 12.05 23.57 -
YUV 94.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 69 100 132 0.48 0.24 0 0.48 210.48 0.31 0.39
Hex 45 64 84 30 18 0 30 D2 1F 27
Octal 105 144 204 60 30 0 60 322 37 47
Binary 1000101 1100100 10000100 110000 11000 0 110000 11010010 11111 100111

Color Harmonies of #456484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456484

Black with #456484

Text Example


Text Example

White with #456484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456484; }

 p { color: rgb(69,100,132); }

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

background-color css

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

 a { background-color: rgb(69,100,132); }

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

border-color css

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

 span { border-color: rgb(69,100,132); }

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