Html Css Color HEX #41668E Wedgewood

📋 copy color: '#41668E'

red 65 ◦ green 102 ◦ blue 142

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

Shades of Wedgewood #41668E

Tints of Wedgewood #41668E

RGB

 RED value IS 65 (25.78% from 255) = 21.04%

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

 BLUE value IS 142 (55.86% from 255) = 45.95%

R = 21.04%
G = 33.01%
B = 45.95%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#41668E (or 0x41668E) is known color: Wedgewood. HEX triplet: 41, 66 and 8E. RGB value is (65,102,142). Sum of RGB (Red+Green+Blue) = 65+102+142=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #41668E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41668E is #BE9971. Grayscale: #5F5F5F. Windows color (decimal): -12491122 or 9332289. OLE color: 9332289.

HSL color Cylindrical-coordinate representation of color #41668E: hue angle of 211.17º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41668E is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 102 142 -
CMYK 0.54 0.28 0 0.44
HSL 211.17º 0.37% 0.41% -
HSV(B) 211.17º 0.54% 0.56% -
XYZ 11.81 12.58 27.4 -
YUV 95.5 154.24 106.25 -
System Red Green Blue C M Y K H S L
Decimal 65 102 142 0.54 0.28 0 0.44 211.17 0.37 0.41
Hex 41 66 8E 36 1C 0 2C D3 25 29
Octal 101 146 216 66 34 0 54 323 45 51
Binary 1000001 1100110 10001110 110110 11100 0 101100 11010011 100101 101001

Color Harmonies of #41668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41668E

Black with #41668E

Text Example


Text Example

White with #41668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41668E; }

 p { color: rgb(65,102,142); }

 H1.HeaderClassName
 {
   color: #41668E;
 }
 .AnyTagClassName
 {
   color: #41668E;
 }
</style>

background-color css

<style>
 a { background-color: #41668E; }

 a { background-color: rgb(65,102,142); }

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

border-color css

<style>
 span { border-color: #41668E; }

 span { border-color: rgb(65,102,142); }

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