Html Css Color HEX #41697D Bismark

📋 copy color: '#41697D'

red 65 ◦ green 105 ◦ blue 125

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

Shades of Bismark #41697D

Tints of Bismark #41697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.37%

R = 22.03%
G = 35.59%
B = 42.37%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41697D (or 0x41697D) is known color: Bismark. HEX triplet: 41, 69 and 7D. RGB value is (65,105,125). Sum of RGB (Red+Green+Blue) = 65+105+125=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 125 - color contains mainly: blue. Hex color #41697D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41697D is #BE9682. Grayscale: #5F5F5F. Windows color (decimal): -12490371 or 8218945. OLE color: 8218945.

HSL color Cylindrical-coordinate representation of color #41697D: hue angle of 200º 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 #41697D is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 105 125 -
CMYK 0.48 0.16 0 0.51
HSL 200º 0.32% 0.37% -
HSV(B) 200º 0.48% 0.49% -
XYZ 10.93 12.71 21.28 -
YUV 95.32 144.75 106.37 -
System Red Green Blue C M Y K H S L
Decimal 65 105 125 0.48 0.16 0 0.51 200 0.32 0.37
Hex 41 69 7D 30 10 0 33 C8 20 25
Octal 101 151 175 60 20 0 63 310 40 45
Binary 1000001 1101001 1111101 110000 10000 0 110011 11001000 100000 100101

Color Harmonies of #41697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41697D

Black with #41697D

Text Example


Text Example

White with #41697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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