Html Css Color HEX #456381 Wedgewood

📋 copy color: '#456381'

red 69 ◦ green 99 ◦ blue 129

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

Shades of Wedgewood #456381

Tints of Wedgewood #456381

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.33%

 BLUE value IS 129 (50.78% from 255) = 43.43%

R = 23.23%
G = 33.33%
B = 43.43%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#456381 (or 0x456381) is known color: Wedgewood. HEX triplet: 45, 63 and 81. RGB value is (69,99,129). Sum of RGB (Red+Green+Blue) = 69+99+129=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 129 - color contains mainly: blue. Hex color #456381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456381 is #BA9C7E. Grayscale: #5D5D5D. Windows color (decimal): -12229759 or 8479557. OLE color: 8479557.

HSL color Cylindrical-coordinate representation of color #456381: hue angle of 210º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #456381 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 99 129 -
CMYK 0.47 0.23 0 0.49
HSL 210º 0.3% 0.39% -
HSV(B) 210º 0.47% 0.51% -
XYZ 10.88 11.77 22.47 -
YUV 93.45 148.06 110.56 -
System Red Green Blue C M Y K H S L
Decimal 69 99 129 0.47 0.23 0 0.49 210 0.3 0.39
Hex 45 63 81 2F 17 0 31 D2 1E 27
Octal 105 143 201 57 27 0 61 322 36 47
Binary 1000101 1100011 10000001 101111 10111 0 110001 11010010 11110 100111

Color Harmonies of #456381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456381

Black with #456381

Text Example


Text Example

White with #456381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456381; }

 p { color: rgb(69,99,129); }

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

background-color css

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

 a { background-color: rgb(69,99,129); }

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

border-color css

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

 span { border-color: rgb(69,99,129); }

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