Html Css Color HEX #466972 Bismark

📋 copy color: '#466972'

red 70 ◦ green 105 ◦ blue 114

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

Shades of Bismark #466972

Tints of Bismark #466972

RGB

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

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

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

R = 24.22%
G = 36.33%
B = 39.45%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#466972 (or 0x466972) is known color: Bismark. HEX triplet: 46, 69 and 72. RGB value is (70,105,114). Sum of RGB (Red+Green+Blue) = 70+105+114=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 114 - color contains mainly: blue. Hex color #466972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466972 is #B9968D. Grayscale: #5F5F5F. Windows color (decimal): -12162702 or 7498054. OLE color: 7498054.

HSL color Cylindrical-coordinate representation of color #466972: hue angle of 192.27º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #466972 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 105 114 -
CMYK 0.39 0.08 0 0.55
HSL 192.27º 0.24% 0.36% -
HSV(B) 192.27º 0.39% 0.45% -
XYZ 10.61 12.62 17.8 -
YUV 95.56 138.4 109.77 -
System Red Green Blue C M Y K H S L
Decimal 70 105 114 0.39 0.08 0 0.55 192.27 0.24 0.36
Hex 46 69 72 27 8 0 37 C0 18 24
Octal 106 151 162 47 10 0 67 300 30 44
Binary 1000110 1101001 1110010 100111 1000 0 110111 11000000 11000 100100

Color Harmonies of #466972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466972

Black with #466972

Text Example


Text Example

White with #466972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466972; }

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

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

background-color css

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

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

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

border-color css

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

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

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