Html Css Color HEX #41707C Bismark

📋 copy color: '#41707C'

red 65 ◦ green 112 ◦ blue 124

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

Shades of Bismark #41707C

Tints of Bismark #41707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.21%

 BLUE value IS 124 (48.83% from 255) = 41.2%

R = 21.59%
G = 37.21%
B = 41.2%

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

#41707C (or 0x41707C) is known color: Bismark. HEX triplet: 41, 70 and 7C. RGB value is (65,112,124). Sum of RGB (Red+Green+Blue) = 65+112+124=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #41707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41707C is #BE8F83. Grayscale: #636363. Windows color (decimal): -12488580 or 8155201. OLE color: 8155201.

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

Color convert

RGB 65 112 124 -
CMYK 0.48 0.10 0 0.51
HSL 192.2º 0.31% 0.37% -
HSV(B) 192.2º 0.48% 0.49% -
XYZ 11.61 14.17 21.19 -
YUV 99.32 141.93 103.52 -
System Red Green Blue C M Y K H S L
Decimal 65 112 124 0.48 0.10 0 0.51 192.2 0.31 0.37
Hex 41 70 7C 30 A 0 33 C0 1F 25
Octal 101 160 174 60 12 0 63 300 37 45
Binary 1000001 1110000 1111100 110000 1010 0 110011 11000000 11111 100101

Color Harmonies of #41707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41707C

Black with #41707C

Text Example


Text Example

White with #41707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41707C; }

 p { color: rgb(65,112,124); }

 H1.HeaderClassName
 {
   color: #41707C;
 }
 .AnyTagClassName
 {
   color: #41707C;
 }
</style>

background-color css

<style>
 a { background-color: #41707C; }

 a { background-color: rgb(65,112,124); }

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

border-color css

<style>
 span { border-color: #41707C; }

 span { border-color: rgb(65,112,124); }

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