Html Css Color HEX #416375 Bismark

📋 copy color: '#416375'

red 65 ◦ green 99 ◦ blue 117

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

Shades of Bismark #416375

Tints of Bismark #416375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.23%

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

R = 23.13%
G = 35.23%
B = 41.64%

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

#416375 (or 0x416375) is known color: Bismark. HEX triplet: 41, 63 and 75. RGB value is (65,99,117). Sum of RGB (Red+Green+Blue) = 65+99+117=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #416375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416375 is #BE9C8A. Grayscale: #5A5A5A. Windows color (decimal): -12491915 or 7693121. OLE color: 7693121.

HSL color Cylindrical-coordinate representation of color #416375: hue angle of 200.77º 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 #416375 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 99 117 -
CMYK 0.44 0.15 0 0.54
HSL 200.77º 0.29% 0.36% -
HSV(B) 200.77º 0.44% 0.46% -
XYZ 9.85 11.33 18.5 -
YUV 90.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 65 99 117 0.44 0.15 0 0.54 200.77 0.29 0.36
Hex 41 63 75 2C F 0 36 C9 1D 24
Octal 101 143 165 54 17 0 66 311 35 44
Binary 1000001 1100011 1110101 101100 1111 0 110110 11001001 11101 100100

Color Harmonies of #416375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416375

Black with #416375

Text Example


Text Example

White with #416375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416375; }

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

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

background-color css

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

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

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

border-color css

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

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

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