Html Css Color HEX #426B93 Wedgewood

📋 copy color: '#426B93'

red 66 ◦ green 107 ◦ blue 147

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

Shades of Wedgewood #426B93

Tints of Wedgewood #426B93

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.44%

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

R = 20.63%
G = 33.44%
B = 45.94%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#426B93 (or 0x426B93) is known color: Wedgewood. HEX triplet: 42, 6B and 93. RGB value is (66,107,147). Sum of RGB (Red+Green+Blue) = 66+107+147=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #426B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426B93 is #BD946C. Grayscale: #636363. Windows color (decimal): -12424301 or 9661250. OLE color: 9661250.

HSL color Cylindrical-coordinate representation of color #426B93: hue angle of 209.63º 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 #426B93 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 107 147 -
CMYK 0.55 0.27 0 0.42
HSL 209.63º 0.38% 0.42% -
HSV(B) 209.63º 0.55% 0.58% -
XYZ 12.77 13.78 29.59 -
YUV 99.3 154.92 104.25 -
System Red Green Blue C M Y K H S L
Decimal 66 107 147 0.55 0.27 0 0.42 209.63 0.38 0.42
Hex 42 6B 93 37 1B 0 2A D2 26 2A
Octal 102 153 223 67 33 0 52 322 46 52
Binary 1000010 1101011 10010011 110111 11011 0 101010 11010010 100110 101010

Color Harmonies of #426B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426B93

Black with #426B93

Text Example


Text Example

White with #426B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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