Html Css Color HEX #456C93 Wedgewood

📋 copy color: '#456C93'

red 69 ◦ green 108 ◦ blue 147

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

Shades of Wedgewood #456C93

Tints of Wedgewood #456C93

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.33%

 BLUE value IS 147 (57.81% from 255) = 45.37%

R = 21.3%
G = 33.33%
B = 45.37%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#456C93 (or 0x456C93) is known color: Wedgewood. HEX triplet: 45, 6C and 93. RGB value is (69,108,147). Sum of RGB (Red+Green+Blue) = 69+108+147=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #456C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456C93 is #BA936C. Grayscale: #646464. Windows color (decimal): -12227437 or 9661509. OLE color: 9661509.

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

Color convert

RGB 69 108 147 -
CMYK 0.53 0.27 0 0.42
HSL 210º 0.36% 0.42% -
HSV(B) 210º 0.53% 0.58% -
XYZ 13.08 14.1 29.64 -
YUV 100.79 154.08 105.33 -
System Red Green Blue C M Y K H S L
Decimal 69 108 147 0.53 0.27 0 0.42 210 0.36 0.42
Hex 45 6C 93 35 1B 0 2A D2 24 2A
Octal 105 154 223 65 33 0 52 322 44 52
Binary 1000101 1101100 10010011 110101 11011 0 101010 11010010 100100 101010

Color Harmonies of #456C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456C93

Black with #456C93

Text Example


Text Example

White with #456C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,108,147); }

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

background-color css

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

 a { background-color: rgb(69,108,147); }

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

border-color css

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

 span { border-color: rgb(69,108,147); }

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