Html Css Color HEX #41727E Bismark

📋 copy color: '#41727E'

red 65 ◦ green 114 ◦ blue 126

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

Shades of Bismark #41727E

Tints of Bismark #41727E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.38%

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

R = 21.31%
G = 37.38%
B = 41.31%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41727E (or 0x41727E) is known color: Bismark. HEX triplet: 41, 72 and 7E. RGB value is (65,114,126). Sum of RGB (Red+Green+Blue) = 65+114+126=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 126 - color contains mainly: blue. Hex color #41727E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41727E is #BE8D81. Grayscale: #646464. Windows color (decimal): -12488066 or 8286785. OLE color: 8286785.

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

Color convert

RGB 65 114 126 -
CMYK 0.48 0.10 0 0.51
HSL 191.8º 0.32% 0.37% -
HSV(B) 191.8º 0.48% 0.49% -
XYZ 11.96 14.66 21.94 -
YUV 100.72 142.27 102.52 -
System Red Green Blue C M Y K H S L
Decimal 65 114 126 0.48 0.10 0 0.51 191.8 0.32 0.37
Hex 41 72 7E 30 A 0 33 C0 20 25
Octal 101 162 176 60 12 0 63 300 40 45
Binary 1000001 1110010 1111110 110000 1010 0 110011 11000000 100000 100101

Color Harmonies of #41727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41727E

Black with #41727E

Text Example


Text Example

White with #41727E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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