Html Css Color HEX #426993 Wedgewood

📋 copy color: '#426993'

red 66 ◦ green 105 ◦ blue 147

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

Shades of Wedgewood #426993

Tints of Wedgewood #426993

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.02%

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

R = 20.75%
G = 33.02%
B = 46.23%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#426993 (or 0x426993) is known color: Wedgewood. HEX triplet: 42, 69 and 93. RGB value is (66,105,147). Sum of RGB (Red+Green+Blue) = 66+105+147=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 147 - color contains mainly: blue. Hex color #426993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426993 is #BD966C. Grayscale: #616161. Windows color (decimal): -12424813 or 9660738. OLE color: 9660738.

HSL color Cylindrical-coordinate representation of color #426993: hue angle of 211.11º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #426993 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 105 147 -
CMYK 0.55 0.29 0 0.42
HSL 211.11º 0.38% 0.42% -
HSV(B) 211.11º 0.55% 0.58% -
XYZ 12.56 13.37 29.52 -
YUV 98.13 155.58 105.08 -
System Red Green Blue C M Y K H S L
Decimal 66 105 147 0.55 0.29 0 0.42 211.11 0.38 0.42
Hex 42 69 93 37 1D 0 2A D3 26 2A
Octal 102 151 223 67 35 0 52 323 46 52
Binary 1000010 1101001 10010011 110111 11101 0 101010 11010011 100110 101010

Color Harmonies of #426993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426993

Black with #426993

Text Example


Text Example

White with #426993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426993; }

 p { color: rgb(66,105,147); }

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

background-color css

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

 a { background-color: rgb(66,105,147); }

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

border-color css

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

 span { border-color: rgb(66,105,147); }

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