Html Css Color HEX #416272 Bismark

📋 copy color: '#416272'

red 65 ◦ green 98 ◦ blue 114

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

Shades of Bismark #416272

Tints of Bismark #416272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.38%

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

R = 23.47%
G = 35.38%
B = 41.16%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#416272 (or 0x416272) is known color: Bismark. HEX triplet: 41, 62 and 72. RGB value is (65,98,114). Sum of RGB (Red+Green+Blue) = 65+98+114=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #416272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416272 is #BE9D8D. Grayscale: #595959. Windows color (decimal): -12492174 or 7496257. OLE color: 7496257.

HSL color Cylindrical-coordinate representation of color #416272: hue angle of 199.59º 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 #416272 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 98 114 -
CMYK 0.43 0.14 0 0.55
HSL 199.59º 0.27% 0.35% -
HSV(B) 199.59º 0.43% 0.45% -
XYZ 9.58 11.07 17.55 -
YUV 89.96 141.57 110.2 -
System Red Green Blue C M Y K H S L
Decimal 65 98 114 0.43 0.14 0 0.55 199.59 0.27 0.35
Hex 41 62 72 2B E 0 37 C8 1B 23
Octal 101 142 162 53 16 0 67 310 33 43
Binary 1000001 1100010 1110010 101011 1110 0 110111 11001000 11011 100011

Color Harmonies of #416272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416272

Black with #416272

Text Example


Text Example

White with #416272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416272; }

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

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

background-color css

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

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

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

border-color css

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

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

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