Html Css Color HEX #42658C Wedgewood

📋 copy color: '#42658C'

red 66 ◦ green 101 ◦ blue 140

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

Shades of Wedgewood #42658C

Tints of Wedgewood #42658C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.6%

R = 21.5%
G = 32.9%
B = 45.6%

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

#42658C (or 0x42658C) is known color: Wedgewood. HEX triplet: 42, 65 and 8C. RGB value is (66,101,140). Sum of RGB (Red+Green+Blue) = 66+101+140=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #42658C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42658C is #BD9A73. Grayscale: #5E5E5E. Windows color (decimal): -12425844 or 9200962. OLE color: 9200962.

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

Color convert

RGB 66 101 140 -
CMYK 0.53 0.28 0 0.45
HSL 211.62º 0.36% 0.4% -
HSV(B) 211.62º 0.53% 0.55% -
XYZ 11.63 12.36 26.58 -
YUV 94.98 153.4 107.33 -
System Red Green Blue C M Y K H S L
Decimal 66 101 140 0.53 0.28 0 0.45 211.62 0.36 0.4
Hex 42 65 8C 35 1C 0 2D D4 24 28
Octal 102 145 214 65 34 0 55 324 44 50
Binary 1000010 1100101 10001100 110101 11100 0 101101 11010100 100100 101000

Color Harmonies of #42658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42658C

Black with #42658C

Text Example


Text Example

White with #42658C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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