Html Css Color HEX #416378 Bismark

📋 copy color: '#416378'

red 65 ◦ green 99 ◦ blue 120

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

Shades of Bismark #416378

Tints of Bismark #416378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.25%

R = 22.89%
G = 34.86%
B = 42.25%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#416378 (or 0x416378) is known color: Bismark. HEX triplet: 41, 63 and 78. RGB value is (65,99,120). Sum of RGB (Red+Green+Blue) = 65+99+120=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 120 - color contains mainly: blue. Hex color #416378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416378 is #BE9C87. Grayscale: #5B5B5B. Windows color (decimal): -12491912 or 7889729. OLE color: 7889729.

HSL color Cylindrical-coordinate representation of color #416378: hue angle of 202.91º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #416378 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 99 120 -
CMYK 0.46 0.17 0 0.53
HSL 202.91º 0.3% 0.36% -
HSV(B) 202.91º 0.46% 0.47% -
XYZ 10.03 11.4 19.44 -
YUV 91.23 144.24 109.29 -
System Red Green Blue C M Y K H S L
Decimal 65 99 120 0.46 0.17 0 0.53 202.91 0.3 0.36
Hex 41 63 78 2E 11 0 35 CB 1E 24
Octal 101 143 170 56 21 0 65 313 36 44
Binary 1000001 1100011 1111000 101110 10001 0 110101 11001011 11110 100100

Color Harmonies of #416378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416378

Black with #416378

Text Example


Text Example

White with #416378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416378; }

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

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

background-color css

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

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

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

border-color css

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

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

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