Html Css Color HEX #42638D Wedgewood

📋 copy color: '#42638D'

red 66 ◦ green 99 ◦ blue 141

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

Shades of Wedgewood #42638D

Tints of Wedgewood #42638D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.35%

 BLUE value IS 141 (55.47% from 255) = 46.08%

R = 21.57%
G = 32.35%
B = 46.08%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42638D (or 0x42638D) is known color: Wedgewood. HEX triplet: 42, 63 and 8D. RGB value is (66,99,141). Sum of RGB (Red+Green+Blue) = 66+99+141=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #42638D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42638D is #BD9C72. Grayscale: #5D5D5D. Windows color (decimal): -12426355 or 9265986. OLE color: 9265986.

HSL color Cylindrical-coordinate representation of color #42638D: hue angle of 213.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42638D is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 99 141 -
CMYK 0.53 0.30 0 0.45
HSL 213.6º 0.36% 0.41% -
HSV(B) 213.6º 0.53% 0.55% -
XYZ 11.52 12.01 26.91 -
YUV 93.92 154.57 108.08 -
System Red Green Blue C M Y K H S L
Decimal 66 99 141 0.53 0.30 0 0.45 213.6 0.36 0.41
Hex 42 63 8D 35 1E 0 2D D6 24 29
Octal 102 143 215 65 36 0 55 326 44 51
Binary 1000010 1100011 10001101 110101 11110 0 101101 11010110 100100 101001

Color Harmonies of #42638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42638D

Black with #42638D

Text Example


Text Example

White with #42638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42638D; }

 p { color: rgb(66,99,141); }

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

background-color css

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

 a { background-color: rgb(66,99,141); }

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

border-color css

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

 span { border-color: rgb(66,99,141); }

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