Html Css Color HEX #41628B Wedgewood

📋 copy color: '#41628B'

red 65 ◦ green 98 ◦ blue 139

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

Shades of Wedgewood #41628B

Tints of Wedgewood #41628B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.45%

 BLUE value IS 139 (54.69% from 255) = 46.03%

R = 21.52%
G = 32.45%
B = 46.03%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41628B (or 0x41628B) is known color: Wedgewood. HEX triplet: 41, 62 and 8B. RGB value is (65,98,139). Sum of RGB (Red+Green+Blue) = 65+98+139=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #41628B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41628B is #BE9D74. Grayscale: #5C5C5C. Windows color (decimal): -12492149 or 9134657. OLE color: 9134657.

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

Color convert

RGB 65 98 139 -
CMYK 0.53 0.29 0 0.45
HSL 213.24º 0.36% 0.4% -
HSV(B) 213.24º 0.53% 0.55% -
XYZ 11.21 11.72 26.1 -
YUV 92.81 154.07 108.17 -
System Red Green Blue C M Y K H S L
Decimal 65 98 139 0.53 0.29 0 0.45 213.24 0.36 0.4
Hex 41 62 8B 35 1D 0 2D D5 24 28
Octal 101 142 213 65 35 0 55 325 44 50
Binary 1000001 1100010 10001011 110101 11101 0 101101 11010101 100100 101000

Color Harmonies of #41628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41628B

Black with #41628B

Text Example


Text Example

White with #41628B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41628B; }

 p { color: rgb(65,98,139); }

 H1.HeaderClassName
 {
   color: #41628B;
 }
 .AnyTagClassName
 {
   color: #41628B;
 }
</style>

background-color css

<style>
 a { background-color: #41628B; }

 a { background-color: rgb(65,98,139); }

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

border-color css

<style>
 span { border-color: #41628B; }

 span { border-color: rgb(65,98,139); }

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