Html Css Color HEX #466974 Bismark

📋 copy color: '#466974'

red 70 ◦ green 105 ◦ blue 116

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

Shades of Bismark #466974

Tints of Bismark #466974

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.08%

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

R = 24.05%
G = 36.08%
B = 39.86%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#466974 (or 0x466974) is known color: Bismark. HEX triplet: 46, 69 and 74. RGB value is (70,105,116). Sum of RGB (Red+Green+Blue) = 70+105+116=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 116 - color contains mainly: blue. Hex color #466974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466974 is #B9968B. Grayscale: #5F5F5F. Windows color (decimal): -12162700 or 7629126. OLE color: 7629126.

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

Color convert

RGB 70 105 116 -
CMYK 0.40 0.09 0 0.55
HSL 194.35º 0.25% 0.36% -
HSV(B) 194.35º 0.4% 0.45% -
XYZ 10.73 12.67 18.4 -
YUV 95.79 139.4 109.61 -
System Red Green Blue C M Y K H S L
Decimal 70 105 116 0.40 0.09 0 0.55 194.35 0.25 0.36
Hex 46 69 74 28 9 0 37 C2 19 24
Octal 106 151 164 50 11 0 67 302 31 44
Binary 1000110 1101001 1110100 101000 1001 0 110111 11000010 11001 100100

Color Harmonies of #466974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466974

Black with #466974

Text Example


Text Example

White with #466974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466974; }

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

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

background-color css

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

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

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

border-color css

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

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

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