Html Css Color HEX #42658D Wedgewood

📋 copy color: '#42658D'

red 66 ◦ green 101 ◦ blue 141

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

Shades of Wedgewood #42658D

Tints of Wedgewood #42658D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.79%

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

R = 21.43%
G = 32.79%
B = 45.78%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42658D (or 0x42658D) is known color: Wedgewood. HEX triplet: 42, 65 and 8D. RGB value is (66,101,141). Sum of RGB (Red+Green+Blue) = 66+101+141=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #42658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42658D is #BD9A72. Grayscale: #5E5E5E. Windows color (decimal): -12425843 or 9266498. OLE color: 9266498.

HSL color Cylindrical-coordinate representation of color #42658D: hue angle of 212º 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 #42658D is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 101 141 -
CMYK 0.53 0.28 0 0.45
HSL 212º 0.36% 0.41% -
HSV(B) 212º 0.53% 0.55% -
XYZ 11.71 12.39 26.97 -
YUV 95.1 153.9 107.25 -
System Red Green Blue C M Y K H S L
Decimal 66 101 141 0.53 0.28 0 0.45 212 0.36 0.41
Hex 42 65 8D 35 1C 0 2D D4 24 29
Octal 102 145 215 65 34 0 55 324 44 51
Binary 1000010 1100101 10001101 110101 11100 0 101101 11010100 100100 101001

Color Harmonies of #42658D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42658D

Black with #42658D

Text Example


Text Example

White with #42658D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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