Html Css Color HEX #456D8A Wedgewood

📋 copy color: '#456D8A'

red 69 ◦ green 109 ◦ blue 138

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

Shades of Wedgewood #456D8A

Tints of Wedgewood #456D8A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.49%

 BLUE value IS 138 (54.3% from 255) = 43.67%

R = 21.84%
G = 34.49%
B = 43.67%

CMYK

 C value IS 0.5

 M value IS 0.21

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#456D8A (or 0x456D8A) is known color: Wedgewood. HEX triplet: 45, 6D and 8A. RGB value is (69,109,138). Sum of RGB (Red+Green+Blue) = 69+109+138=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #456D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456D8A is #BA9275. Grayscale: #646464. Windows color (decimal): -12227190 or 9071941. OLE color: 9071941.

HSL color Cylindrical-coordinate representation of color #456D8A: hue angle of 205.22º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #456D8A is Cyan = 0.5, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 109 138 -
CMYK 0.5 0.21 0 0.46
HSL 205.22º 0.33% 0.41% -
HSV(B) 205.22º 0.5% 0.54% -
XYZ 12.51 14.04 26.09 -
YUV 100.35 149.25 105.64 -
System Red Green Blue C M Y K H S L
Decimal 69 109 138 0.5 0.21 0 0.46 205.22 0.33 0.41
Hex 45 6D 8A 32 15 0 2E CD 21 29
Octal 105 155 212 62 25 0 56 315 41 51
Binary 1000101 1101101 10001010 110010 10101 0 101110 11001101 100001 101001

Color Harmonies of #456D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456D8A

Black with #456D8A

Text Example


Text Example

White with #456D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456D8A; }

 p { color: rgb(69,109,138); }

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

background-color css

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

 a { background-color: rgb(69,109,138); }

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

border-color css

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

 span { border-color: rgb(69,109,138); }

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