Html Css Color HEX #466374 Bismark

📋 copy color: '#466374'

red 70 ◦ green 99 ◦ blue 116

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

Shades of Bismark #466374

Tints of Bismark #466374

RGB

 RED value IS 70 (27.73% from 255) = 24.56%

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

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

R = 24.56%
G = 34.74%
B = 40.7%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#466374 (or 0x466374) is known color: Bismark. HEX triplet: 46, 63 and 74. RGB value is (70,99,116). Sum of RGB (Red+Green+Blue) = 70+99+116=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 116 - color contains mainly: blue. Hex color #466374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466374 is #B99C8B. Grayscale: #5C5C5C. Windows color (decimal): -12164236 or 7627590. OLE color: 7627590.

HSL color Cylindrical-coordinate representation of color #466374: hue angle of 202.17º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #466374 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 99 116 -
CMYK 0.40 0.15 0 0.55
HSL 202.17º 0.25% 0.36% -
HSV(B) 202.17º 0.4% 0.45% -
XYZ 10.14 11.49 18.21 -
YUV 92.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 70 99 116 0.40 0.15 0 0.55 202.17 0.25 0.36
Hex 46 63 74 28 F 0 37 CA 19 24
Octal 106 143 164 50 17 0 67 312 31 44
Binary 1000110 1100011 1110100 101000 1111 0 110111 11001010 11001 100100

Color Harmonies of #466374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466374

Black with #466374

Text Example


Text Example

White with #466374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466374; }

 p { color: rgb(70,99,116); }

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

background-color css

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

 a { background-color: rgb(70,99,116); }

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

border-color css

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

 span { border-color: rgb(70,99,116); }

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