Html Css Color HEX #456283 Wedgewood

📋 copy color: '#456283'

red 69 ◦ green 98 ◦ blue 131

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

Shades of Wedgewood #456283

Tints of Wedgewood #456283

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.89%

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

R = 23.15%
G = 32.89%
B = 43.96%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#456283 (or 0x456283) is known color: Wedgewood. HEX triplet: 45, 62 and 83. RGB value is (69,98,131). Sum of RGB (Red+Green+Blue) = 69+98+131=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 131 - color contains mainly: blue. Hex color #456283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456283 is #BA9D7C. Grayscale: #5C5C5C. Windows color (decimal): -12230013 or 8610373. OLE color: 8610373.

HSL color Cylindrical-coordinate representation of color #456283: hue angle of 211.94º 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 #456283 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 98 131 -
CMYK 0.47 0.25 0 0.49
HSL 211.94º 0.31% 0.39% -
HSV(B) 211.94º 0.47% 0.51% -
XYZ 10.92 11.64 23.14 -
YUV 93.09 149.39 110.82 -
System Red Green Blue C M Y K H S L
Decimal 69 98 131 0.47 0.25 0 0.49 211.94 0.31 0.39
Hex 45 62 83 2F 19 0 31 D4 1F 27
Octal 105 142 203 57 31 0 61 324 37 47
Binary 1000101 1100010 10000011 101111 11001 0 110001 11010100 11111 100111

Color Harmonies of #456283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456283

Black with #456283

Text Example


Text Example

White with #456283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456283; }

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

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

background-color css

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

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

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

border-color css

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

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

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