Html Css Color HEX #455E8A Wedgewood

📋 copy color: '#455E8A'

red 69 ◦ green 94 ◦ blue 138

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

Shades of Wedgewood #455E8A

Tints of Wedgewood #455E8A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.23%

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

R = 22.92%
G = 31.23%
B = 45.85%

CMYK

 C value IS 0.5

 M value IS 0.32

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#455E8A (or 0x455E8A) is known color: Wedgewood. HEX triplet: 45, 5E and 8A. RGB value is (69,94,138). Sum of RGB (Red+Green+Blue) = 69+94+138=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #455E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455E8A is #BAA175. Grayscale: #5B5B5B. Windows color (decimal): -12231030 or 9068101. OLE color: 9068101.

HSL color Cylindrical-coordinate representation of color #455E8A: hue angle of 218.26º 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 #455E8A is Cyan = 0.5, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 94 138 -
CMYK 0.5 0.32 0 0.46
HSL 218.26º 0.33% 0.41% -
HSV(B) 218.26º 0.5% 0.54% -
XYZ 11.04 11.11 25.61 -
YUV 91.54 154.22 111.92 -
System Red Green Blue C M Y K H S L
Decimal 69 94 138 0.5 0.32 0 0.46 218.26 0.33 0.41
Hex 45 5E 8A 32 20 0 2E DA 21 29
Octal 105 136 212 62 40 0 56 332 41 51
Binary 1000101 1011110 10001010 110010 100000 0 101110 11011010 100001 101001

Color Harmonies of #455E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455E8A

Black with #455E8A

Text Example


Text Example

White with #455E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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