Html Css Color HEX #41618A Wedgewood

📋 copy color: '#41618A'

red 65 ◦ green 97 ◦ blue 138

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

Shades of Wedgewood #41618A

Tints of Wedgewood #41618A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.33%

 BLUE value IS 138 (54.3% from 255) = 46%

R = 21.67%
G = 32.33%
B = 46%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#41618A (or 0x41618A) is known color: Wedgewood. HEX triplet: 41, 61 and 8A. RGB value is (65,97,138). Sum of RGB (Red+Green+Blue) = 65+97+138=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: blue. Hex color #41618A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41618A is #BE9E75. Grayscale: #5B5B5B. Windows color (decimal): -12492406 or 9068865. OLE color: 9068865.

HSL color Cylindrical-coordinate representation of color #41618A: hue angle of 213.7º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41618A is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 97 138 -
CMYK 0.53 0.30 0 0.46
HSL 213.7º 0.36% 0.4% -
HSV(B) 213.7º 0.53% 0.54% -
XYZ 11.04 11.51 25.68 -
YUV 92.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 65 97 138 0.53 0.30 0 0.46 213.7 0.36 0.4
Hex 41 61 8A 35 1E 0 2E D6 24 28
Octal 101 141 212 65 36 0 56 326 44 50
Binary 1000001 1100001 10001010 110101 11110 0 101110 11010110 100100 101000

Color Harmonies of #41618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41618A

Black with #41618A

Text Example


Text Example

White with #41618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41618A; }

 p { color: rgb(65,97,138); }

 H1.HeaderClassName
 {
   color: #41618A;
 }
 .AnyTagClassName
 {
   color: #41618A;
 }
</style>

background-color css

<style>
 a { background-color: #41618A; }

 a { background-color: rgb(65,97,138); }

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

border-color css

<style>
 span { border-color: #41618A; }

 span { border-color: rgb(65,97,138); }

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