Html Css Color HEX #416475 Bismark

📋 copy color: '#416475'

red 65 ◦ green 100 ◦ blue 117

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

Shades of Bismark #416475

Tints of Bismark #416475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.46%

 BLUE value IS 117 (46.09% from 255) = 41.49%

R = 23.05%
G = 35.46%
B = 41.49%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#416475 (or 0x416475) is known color: Bismark. HEX triplet: 41, 64 and 75. RGB value is (65,100,117). Sum of RGB (Red+Green+Blue) = 65+100+117=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 117 - color contains mainly: blue. Hex color #416475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416475 is #BE9B8A. Grayscale: #5B5B5B. Windows color (decimal): -12491659 or 7693377. OLE color: 7693377.

HSL color Cylindrical-coordinate representation of color #416475: hue angle of 199.62º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #416475 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 100 117 -
CMYK 0.44 0.15 0 0.54
HSL 199.62º 0.29% 0.36% -
HSV(B) 199.62º 0.44% 0.46% -
XYZ 9.95 11.52 18.53 -
YUV 91.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 65 100 117 0.44 0.15 0 0.54 199.62 0.29 0.36
Hex 41 64 75 2C F 0 36 C8 1D 24
Octal 101 144 165 54 17 0 66 310 35 44
Binary 1000001 1100100 1110101 101100 1111 0 110110 11001000 11101 100100

Color Harmonies of #416475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416475

Black with #416475

Text Example


Text Example

White with #416475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416475; }

 p { color: rgb(65,100,117); }

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

background-color css

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

 a { background-color: rgb(65,100,117); }

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

border-color css

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

 span { border-color: rgb(65,100,117); }

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