Html Css Color HEX #41555E San Juan

📋 copy color: '#41555E'

red 65 ◦ green 85 ◦ blue 94

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

Shades of San Juan #41555E

Tints of San Juan #41555E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.84%

 BLUE value IS 94 (37.11% from 255) = 38.52%

R = 26.64%
G = 34.84%
B = 38.52%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#41555E (or 0x41555E) is known color: San Juan. HEX triplet: 41, 55 and 5E. RGB value is (65,85,94). Sum of RGB (Red+Green+Blue) = 65+85+94=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 94 - color contains mainly: blue. Hex color #41555E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41555E is #BEAAA1. Grayscale: #4F4F4F. Windows color (decimal): -12495522 or 6182209. OLE color: 6182209.

HSL color Cylindrical-coordinate representation of color #41555E: hue angle of 198.62º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #41555E is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 85 94 -
CMYK 0.31 0.10 0 0.63
HSL 198.62º 0.18% 0.31% -
HSV(B) 198.62º 0.31% 0.37% -
XYZ 7.45 8.43 11.82 -
YUV 80.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 65 85 94 0.31 0.10 0 0.63 198.62 0.18 0.31
Hex 41 55 5E 1F A 0 3F C7 12 1F
Octal 101 125 136 37 12 0 77 307 22 37
Binary 1000001 1010101 1011110 11111 1010 0 111111 11000111 10010 11111

Color Harmonies of #41555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41555E

Black with #41555E

Text Example


Text Example

White with #41555E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41555E; }

 p { color: rgb(65,85,94); }

 H1.HeaderClassName
 {
   color: #41555E;
 }
 .AnyTagClassName
 {
   color: #41555E;
 }
</style>

background-color css

<style>
 a { background-color: #41555E; }

 a { background-color: rgb(65,85,94); }

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

border-color css

<style>
 span { border-color: #41555E; }

 span { border-color: rgb(65,85,94); }

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