Html Css Color HEX #42668C Wedgewood

📋 copy color: '#42668C'

red 66 ◦ green 102 ◦ blue 140

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

Shades of Wedgewood #42668C

Tints of Wedgewood #42668C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.12%

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

R = 21.43%
G = 33.12%
B = 45.45%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42668C (or 0x42668C) is known color: Wedgewood. HEX triplet: 42, 66 and 8C. RGB value is (66,102,140). Sum of RGB (Red+Green+Blue) = 66+102+140=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #42668C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42668C is #BD9973. Grayscale: #5F5F5F. Windows color (decimal): -12425588 or 9201218. OLE color: 9201218.

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

Color convert

RGB 66 102 140 -
CMYK 0.53 0.27 0 0.45
HSL 210.81º 0.36% 0.4% -
HSV(B) 210.81º 0.53% 0.55% -
XYZ 11.73 12.55 26.62 -
YUV 95.57 153.07 106.91 -
System Red Green Blue C M Y K H S L
Decimal 66 102 140 0.53 0.27 0 0.45 210.81 0.36 0.4
Hex 42 66 8C 35 1B 0 2D D3 24 28
Octal 102 146 214 65 33 0 55 323 44 50
Binary 1000010 1100110 10001100 110101 11011 0 101101 11010011 100100 101000

Color Harmonies of #42668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42668C

Black with #42668C

Text Example


Text Example

White with #42668C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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