Html Css Color HEX #41677C Bismark

📋 copy color: '#41677C'

red 65 ◦ green 103 ◦ blue 124

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

Shades of Bismark #41677C

Tints of Bismark #41677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.27%

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

R = 22.26%
G = 35.27%
B = 42.47%

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

#41677C (or 0x41677C) is known color: Bismark. HEX triplet: 41, 67 and 7C. RGB value is (65,103,124). Sum of RGB (Red+Green+Blue) = 65+103+124=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: blue. Hex color #41677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41677C is #BE9883. Grayscale: #5D5D5D. Windows color (decimal): -12490884 or 8152897. OLE color: 8152897.

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

Color convert

RGB 65 103 124 -
CMYK 0.48 0.17 0 0.51
HSL 201.36º 0.31% 0.37% -
HSV(B) 201.36º 0.48% 0.49% -
XYZ 10.67 12.28 20.88 -
YUV 94.03 144.91 107.29 -
System Red Green Blue C M Y K H S L
Decimal 65 103 124 0.48 0.17 0 0.51 201.36 0.31 0.37
Hex 41 67 7C 30 11 0 33 C9 1F 25
Octal 101 147 174 60 21 0 63 311 37 45
Binary 1000001 1100111 1111100 110000 10001 0 110011 11001001 11111 100101

Color Harmonies of #41677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41677C

Black with #41677C

Text Example


Text Example

White with #41677C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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