Html Css Color HEX #456A94 Wedgewood

📋 copy color: '#456A94'

red 69 ◦ green 106 ◦ blue 148

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

Shades of Wedgewood #456A94

Tints of Wedgewood #456A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.82%

R = 21.36%
G = 32.82%
B = 45.82%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#456A94 (or 0x456A94) is known color: Wedgewood. HEX triplet: 45, 6A and 94. RGB value is (69,106,148). Sum of RGB (Red+Green+Blue) = 69+106+148=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #456A94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456A94 is #BA956B. Grayscale: #636363. Windows color (decimal): -12227948 or 9726533. OLE color: 9726533.

HSL color Cylindrical-coordinate representation of color #456A94: hue angle of 211.9º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #456A94 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 106 148 -
CMYK 0.53 0.28 0 0.42
HSL 211.9º 0.36% 0.43% -
HSV(B) 211.9º 0.53% 0.58% -
XYZ 12.95 13.71 29.98 -
YUV 99.73 155.24 106.08 -
System Red Green Blue C M Y K H S L
Decimal 69 106 148 0.53 0.28 0 0.42 211.9 0.36 0.43
Hex 45 6A 94 35 1C 0 2A D4 24 2B
Octal 105 152 224 65 34 0 52 324 44 53
Binary 1000101 1101010 10010100 110101 11100 0 101010 11010100 100100 101011

Color Harmonies of #456A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456A94

Black with #456A94

Text Example


Text Example

White with #456A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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