Html Css Color HEX #41678A Wedgewood

📋 copy color: '#41678A'

red 65 ◦ green 103 ◦ blue 138

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

Shades of Wedgewood #41678A

Tints of Wedgewood #41678A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.66%

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

R = 21.24%
G = 33.66%
B = 45.1%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#41678A (or 0x41678A) is known color: Wedgewood. HEX triplet: 41, 67 and 8A. RGB value is (65,103,138). Sum of RGB (Red+Green+Blue) = 65+103+138=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #41678A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41678A is #BE9875. Grayscale: #5F5F5F. Windows color (decimal): -12490870 or 9070401. OLE color: 9070401.

HSL color Cylindrical-coordinate representation of color #41678A: hue angle of 208.77º 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 #41678A is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 103 138 -
CMYK 0.53 0.25 0 0.46
HSL 208.77º 0.36% 0.4% -
HSV(B) 208.77º 0.53% 0.54% -
XYZ 11.62 12.66 25.88 -
YUV 95.63 151.91 106.15 -
System Red Green Blue C M Y K H S L
Decimal 65 103 138 0.53 0.25 0 0.46 208.77 0.36 0.4
Hex 41 67 8A 35 19 0 2E D1 24 28
Octal 101 147 212 65 31 0 56 321 44 50
Binary 1000001 1100111 10001010 110101 11001 0 101110 11010001 100100 101000

Color Harmonies of #41678A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41678A

Black with #41678A

Text Example


Text Example

White with #41678A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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