Html Css Color HEX #456A8D Wedgewood

📋 copy color: '#456A8D'

red 69 ◦ green 106 ◦ blue 141

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

Shades of Wedgewood #456A8D

Tints of Wedgewood #456A8D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.54%

 BLUE value IS 141 (55.47% from 255) = 44.62%

R = 21.84%
G = 33.54%
B = 44.62%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#456A8D (or 0x456A8D) is known color: Wedgewood. HEX triplet: 45, 6A and 8D. RGB value is (69,106,141). Sum of RGB (Red+Green+Blue) = 69+106+141=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #456A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456A8D is #BA9572. Grayscale: #626262. Windows color (decimal): -12227955 or 9267781. OLE color: 9267781.

HSL color Cylindrical-coordinate representation of color #456A8D: hue angle of 209.17º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #456A8D is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 106 141 -
CMYK 0.51 0.25 0 0.45
HSL 209.17º 0.34% 0.41% -
HSV(B) 209.17º 0.51% 0.55% -
XYZ 12.42 13.5 27.15 -
YUV 98.93 151.74 106.65 -
System Red Green Blue C M Y K H S L
Decimal 69 106 141 0.51 0.25 0 0.45 209.17 0.34 0.41
Hex 45 6A 8D 33 19 0 2D D1 22 29
Octal 105 152 215 63 31 0 55 321 42 51
Binary 1000101 1101010 10001101 110011 11001 0 101101 11010001 100010 101001

Color Harmonies of #456A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456A8D

Black with #456A8D

Text Example


Text Example

White with #456A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,106,141); }

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

background-color css

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

 a { background-color: rgb(69,106,141); }

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

border-color css

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

 span { border-color: rgb(69,106,141); }

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