Html Css Color HEX #456682 Wedgewood

📋 copy color: '#456682'

red 69 ◦ green 102 ◦ blue 130

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

Shades of Wedgewood #456682

Tints of Wedgewood #456682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.89%

 BLUE value IS 130 (51.17% from 255) = 43.19%

R = 22.92%
G = 33.89%
B = 43.19%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#456682 (or 0x456682) is known color: Wedgewood. HEX triplet: 45, 66 and 82. RGB value is (69,102,130). Sum of RGB (Red+Green+Blue) = 69+102+130=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 130 - color contains mainly: blue. Hex color #456682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456682 is #BA997D. Grayscale: #5F5F5F. Windows color (decimal): -12228990 or 8545861. OLE color: 8545861.

HSL color Cylindrical-coordinate representation of color #456682: hue angle of 207.54º degrees, saturation: 0.31, 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 #456682 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 102 130 -
CMYK 0.47 0.22 0 0.49
HSL 207.54º 0.31% 0.39% -
HSV(B) 207.54º 0.47% 0.51% -
XYZ 11.23 12.38 22.92 -
YUV 95.33 147.57 109.22 -
System Red Green Blue C M Y K H S L
Decimal 69 102 130 0.47 0.22 0 0.49 207.54 0.31 0.39
Hex 45 66 82 2F 16 0 31 D0 1F 27
Octal 105 146 202 57 26 0 61 320 37 47
Binary 1000101 1100110 10000010 101111 10110 0 110001 11010000 11111 100111

Color Harmonies of #456682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456682

Black with #456682

Text Example


Text Example

White with #456682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456682; }

 p { color: rgb(69,102,130); }

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

background-color css

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

 a { background-color: rgb(69,102,130); }

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

border-color css

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

 span { border-color: rgb(69,102,130); }

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