Html Css Color HEX #416A74 Bismark

📋 copy color: '#416A74'

red 65 ◦ green 106 ◦ blue 116

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

Shades of Bismark #416A74

Tints of Bismark #416A74

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.93%

 BLUE value IS 116 (45.7% from 255) = 40.42%

R = 22.65%
G = 36.93%
B = 40.42%

CMYK

 C value IS 0.44

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#416A74 (or 0x416A74) is known color: Bismark. HEX triplet: 41, 6A and 74. RGB value is (65,106,116). Sum of RGB (Red+Green+Blue) = 65+106+116=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 116 - color contains mainly: blue. Hex color #416A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416A74 is #BE958B. Grayscale: #5E5E5E. Windows color (decimal): -12490124 or 7629377. OLE color: 7629377.

HSL color Cylindrical-coordinate representation of color #416A74: hue angle of 191.76º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #416A74 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 106 116 -
CMYK 0.44 0.09 0 0.55
HSL 191.76º 0.28% 0.35% -
HSV(B) 191.76º 0.44% 0.45% -
XYZ 10.49 12.69 18.42 -
YUV 94.88 139.92 106.69 -
System Red Green Blue C M Y K H S L
Decimal 65 106 116 0.44 0.09 0 0.55 191.76 0.28 0.35
Hex 41 6A 74 2C 9 0 37 C0 1C 23
Octal 101 152 164 54 11 0 67 300 34 43
Binary 1000001 1101010 1110100 101100 1001 0 110111 11000000 11100 100011

Color Harmonies of #416A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416A74

Black with #416A74

Text Example


Text Example

White with #416A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416A74; }

 p { color: rgb(65,106,116); }

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

background-color css

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

 a { background-color: rgb(65,106,116); }

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

border-color css

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

 span { border-color: rgb(65,106,116); }

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