Html Css Color HEX #41638E Wedgewood

📋 copy color: '#41638E'

red 65 ◦ green 99 ◦ blue 142

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

Shades of Wedgewood #41638E

Tints of Wedgewood #41638E

RGB

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

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

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

R = 21.24%
G = 32.35%
B = 46.41%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#41638E (or 0x41638E) is known color: Wedgewood. HEX triplet: 41, 63 and 8E. RGB value is (65,99,142). Sum of RGB (Red+Green+Blue) = 65+99+142=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #41638E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41638E is #BE9C71. Grayscale: #5D5D5D. Windows color (decimal): -12491890 or 9331521. OLE color: 9331521.

HSL color Cylindrical-coordinate representation of color #41638E: hue angle of 213.51º 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 #41638E is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 99 142 -
CMYK 0.54 0.30 0 0.44
HSL 213.51º 0.37% 0.41% -
HSV(B) 213.51º 0.54% 0.56% -
XYZ 11.52 12 27.3 -
YUV 93.74 155.24 107.5 -
System Red Green Blue C M Y K H S L
Decimal 65 99 142 0.54 0.30 0 0.44 213.51 0.37 0.41
Hex 41 63 8E 36 1E 0 2C D6 25 29
Octal 101 143 216 66 36 0 54 326 45 51
Binary 1000001 1100011 10001110 110110 11110 0 101100 11010110 100101 101001

Color Harmonies of #41638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41638E

Black with #41638E

Text Example


Text Example

White with #41638E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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