Html Css Color HEX #466274 Bismark

📋 copy color: '#466274'

red 70 ◦ green 98 ◦ blue 116

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

Shades of Bismark #466274

Tints of Bismark #466274

RGB

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

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

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

R = 24.65%
G = 34.51%
B = 40.85%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#466274 (or 0x466274) is known color: Bismark. HEX triplet: 46, 62 and 74. RGB value is (70,98,116). Sum of RGB (Red+Green+Blue) = 70+98+116=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 116 - color contains mainly: blue. Hex color #466274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466274 is #B99D8B. Grayscale: #5B5B5B. Windows color (decimal): -12164492 or 7627334. OLE color: 7627334.

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

Color convert

RGB 70 98 116 -
CMYK 0.40 0.16 0 0.55
HSL 203.48º 0.25% 0.36% -
HSV(B) 203.48º 0.4% 0.45% -
XYZ 10.05 11.3 18.17 -
YUV 91.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 70 98 116 0.40 0.16 0 0.55 203.48 0.25 0.36
Hex 46 62 74 28 10 0 37 CB 19 24
Octal 106 142 164 50 20 0 67 313 31 44
Binary 1000110 1100010 1110100 101000 10000 0 110111 11001011 11001 100100

Color Harmonies of #466274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466274

Black with #466274

Text Example


Text Example

White with #466274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466274; }

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

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

background-color css

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

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

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

border-color css

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

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

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