Html Css Color HEX #41648D Wedgewood

📋 copy color: '#41648D'

red 65 ◦ green 100 ◦ blue 141

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

Shades of Wedgewood #41648D

Tints of Wedgewood #41648D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.68%

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

R = 21.24%
G = 32.68%
B = 46.08%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41648D (or 0x41648D) is known color: Wedgewood. HEX triplet: 41, 64 and 8D. RGB value is (65,100,141). Sum of RGB (Red+Green+Blue) = 65+100+141=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #41648D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41648D is #BE9B72. Grayscale: #5E5E5E. Windows color (decimal): -12491635 or 9266241. OLE color: 9266241.

HSL color Cylindrical-coordinate representation of color #41648D: hue angle of 212.37º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41648D is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 100 141 -
CMYK 0.54 0.29 0 0.45
HSL 212.37º 0.37% 0.4% -
HSV(B) 212.37º 0.54% 0.55% -
XYZ 11.54 12.16 26.94 -
YUV 94.21 154.4 107.17 -
System Red Green Blue C M Y K H S L
Decimal 65 100 141 0.54 0.29 0 0.45 212.37 0.37 0.4
Hex 41 64 8D 36 1D 0 2D D4 25 28
Octal 101 144 215 66 35 0 55 324 45 50
Binary 1000001 1100100 10001101 110110 11101 0 101101 11010100 100101 101000

Color Harmonies of #41648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41648D

Black with #41648D

Text Example


Text Example

White with #41648D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,100,141); }

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

background-color css

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

 a { background-color: rgb(65,100,141); }

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

border-color css

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

 span { border-color: rgb(65,100,141); }

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