Html Css Color HEX #426283 Wedgewood

📋 copy color: '#426283'

red 66 ◦ green 98 ◦ blue 131

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

Shades of Wedgewood #426283

Tints of Wedgewood #426283

RGB

 RED value IS 66 (26.17% from 255) = 22.37%

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

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

R = 22.37%
G = 33.22%
B = 44.41%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#426283 (or 0x426283) is known color: Wedgewood. HEX triplet: 42, 62 and 83. RGB value is (66,98,131). Sum of RGB (Red+Green+Blue) = 66+98+131=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 131 - color contains mainly: blue. Hex color #426283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426283 is #BD9D7C. Grayscale: #5C5C5C. Windows color (decimal): -12426621 or 8610370. OLE color: 8610370.

HSL color Cylindrical-coordinate representation of color #426283: hue angle of 210.46º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #426283 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 98 131 -
CMYK 0.50 0.25 0 0.49
HSL 210.46º 0.33% 0.39% -
HSV(B) 210.46º 0.5% 0.51% -
XYZ 10.71 11.53 23.13 -
YUV 92.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 66 98 131 0.50 0.25 0 0.49 210.46 0.33 0.39
Hex 42 62 83 32 19 0 31 D2 21 27
Octal 102 142 203 62 31 0 61 322 41 47
Binary 1000010 1100010 10000011 110010 11001 0 110001 11010010 100001 100111

Color Harmonies of #426283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426283

Black with #426283

Text Example


Text Example

White with #426283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426283; }

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

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

background-color css

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

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

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

border-color css

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

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

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