Html Css Color HEX #41697E Bismark

📋 copy color: '#41697E'

red 65 ◦ green 105 ◦ blue 126

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

Shades of Bismark #41697E

Tints of Bismark #41697E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.47%

 BLUE value IS 126 (49.61% from 255) = 42.57%

R = 21.96%
G = 35.47%
B = 42.57%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41697E (or 0x41697E) is known color: Bismark. HEX triplet: 41, 69 and 7E. RGB value is (65,105,126). Sum of RGB (Red+Green+Blue) = 65+105+126=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 126 - color contains mainly: blue. Hex color #41697E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41697E is #BE9681. Grayscale: #5F5F5F. Windows color (decimal): -12490370 or 8284481. OLE color: 8284481.

HSL color Cylindrical-coordinate representation of color #41697E: hue angle of 200.66º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41697E is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 105 126 -
CMYK 0.48 0.17 0 0.51
HSL 200.66º 0.32% 0.37% -
HSV(B) 200.66º 0.48% 0.49% -
XYZ 11 12.73 21.62 -
YUV 95.43 145.25 106.29 -
System Red Green Blue C M Y K H S L
Decimal 65 105 126 0.48 0.17 0 0.51 200.66 0.32 0.37
Hex 41 69 7E 30 11 0 33 C9 20 25
Octal 101 151 176 60 21 0 63 311 40 45
Binary 1000001 1101001 1111110 110000 10001 0 110011 11001001 100000 100101

Color Harmonies of #41697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41697E

Black with #41697E

Text Example


Text Example

White with #41697E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,105,126); }

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

background-color css

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

 a { background-color: rgb(65,105,126); }

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

border-color css

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

 span { border-color: rgb(65,105,126); }

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