Html Css Color HEX #456183 Wedgewood

📋 copy color: '#456183'

red 69 ◦ green 97 ◦ blue 131

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

Shades of Wedgewood #456183

Tints of Wedgewood #456183

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.66%

 BLUE value IS 131 (51.56% from 255) = 44.11%

R = 23.23%
G = 32.66%
B = 44.11%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#456183 (or 0x456183) is known color: Wedgewood. HEX triplet: 45, 61 and 83. RGB value is (69,97,131). Sum of RGB (Red+Green+Blue) = 69+97+131=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 131 - color contains mainly: blue. Hex color #456183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456183 is #BA9E7C. Grayscale: #5C5C5C. Windows color (decimal): -12230269 or 8610117. OLE color: 8610117.

HSL color Cylindrical-coordinate representation of color #456183: hue angle of 212.9º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #456183 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 97 131 -
CMYK 0.47 0.26 0 0.49
HSL 212.9º 0.31% 0.39% -
HSV(B) 212.9º 0.47% 0.51% -
XYZ 10.83 11.45 23.11 -
YUV 92.5 149.72 111.24 -
System Red Green Blue C M Y K H S L
Decimal 69 97 131 0.47 0.26 0 0.49 212.9 0.31 0.39
Hex 45 61 83 2F 1A 0 31 D5 1F 27
Octal 105 141 203 57 32 0 61 325 37 47
Binary 1000101 1100001 10000011 101111 11010 0 110001 11010101 11111 100111

Color Harmonies of #456183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456183

Black with #456183

Text Example


Text Example

White with #456183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456183; }

 p { color: rgb(69,97,131); }

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

background-color css

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

 a { background-color: rgb(69,97,131); }

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

border-color css

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

 span { border-color: rgb(69,97,131); }

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