Html Css Color HEX #41608B Wedgewood

📋 copy color: '#41608B'

red 65 ◦ green 96 ◦ blue 139

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

Shades of Wedgewood #41608B

Tints of Wedgewood #41608B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32%

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

R = 21.67%
G = 32%
B = 46.33%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41608B (or 0x41608B) is known color: Wedgewood. HEX triplet: 41, 60 and 8B. RGB value is (65,96,139). Sum of RGB (Red+Green+Blue) = 65+96+139=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #41608B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41608B is #BE9F74. Grayscale: #5B5B5B. Windows color (decimal): -12492661 or 9134145. OLE color: 9134145.

HSL color Cylindrical-coordinate representation of color #41608B: hue angle of 214.86º 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 #41608B is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 96 139 -
CMYK 0.53 0.31 0 0.45
HSL 214.86º 0.36% 0.4% -
HSV(B) 214.86º 0.53% 0.55% -
XYZ 11.02 11.35 26.04 -
YUV 91.63 154.73 109 -
System Red Green Blue C M Y K H S L
Decimal 65 96 139 0.53 0.31 0 0.45 214.86 0.36 0.4
Hex 41 60 8B 35 1F 0 2D D7 24 28
Octal 101 140 213 65 37 0 55 327 44 50
Binary 1000001 1100000 10001011 110101 11111 0 101101 11010111 100100 101000

Color Harmonies of #41608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41608B

Black with #41608B

Text Example


Text Example

White with #41608B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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