Html Css Color HEX #416472 Bismark

📋 copy color: '#416472'

red 65 ◦ green 100 ◦ blue 114

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

Shades of Bismark #416472

Tints of Bismark #416472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.86%

R = 23.3%
G = 35.84%
B = 40.86%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#416472 (or 0x416472) is known color: Bismark. HEX triplet: 41, 64 and 72. RGB value is (65,100,114). Sum of RGB (Red+Green+Blue) = 65+100+114=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #416472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416472 is #BE9B8D. Grayscale: #5B5B5B. Windows color (decimal): -12491662 or 7496769. OLE color: 7496769.

HSL color Cylindrical-coordinate representation of color #416472: hue angle of 197.14º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #416472 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 100 114 -
CMYK 0.43 0.12 0 0.55
HSL 197.14º 0.27% 0.35% -
HSV(B) 197.14º 0.43% 0.45% -
XYZ 9.77 11.45 17.62 -
YUV 91.13 140.9 109.36 -
System Red Green Blue C M Y K H S L
Decimal 65 100 114 0.43 0.12 0 0.55 197.14 0.27 0.35
Hex 41 64 72 2B C 0 37 C5 1B 23
Octal 101 144 162 53 14 0 67 305 33 43
Binary 1000001 1100100 1110010 101011 1100 0 110111 11000101 11011 100011

Color Harmonies of #416472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416472

Black with #416472

Text Example


Text Example

White with #416472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416472; }

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

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

background-color css

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

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

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

border-color css

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

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

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