Html Css Color HEX #466675 Bismark

📋 copy color: '#466675'

red 70 ◦ green 102 ◦ blue 117

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

Shades of Bismark #466675

Tints of Bismark #466675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.29%

 BLUE value IS 117 (46.09% from 255) = 40.48%

R = 24.22%
G = 35.29%
B = 40.48%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#466675 (or 0x466675) is known color: Bismark. HEX triplet: 46, 66 and 75. RGB value is (70,102,117). Sum of RGB (Red+Green+Blue) = 70+102+117=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 117 - color contains mainly: blue. Hex color #466675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466675 is #B9998A. Grayscale: #5E5E5E. Windows color (decimal): -12163467 or 7693894. OLE color: 7693894.

HSL color Cylindrical-coordinate representation of color #466675: hue angle of 199.15º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #466675 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 102 117 -
CMYK 0.40 0.13 0 0.54
HSL 199.15º 0.25% 0.37% -
HSV(B) 199.15º 0.4% 0.46% -
XYZ 10.49 12.09 18.61 -
YUV 94.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 70 102 117 0.40 0.13 0 0.54 199.15 0.25 0.37
Hex 46 66 75 28 D 0 36 C7 19 25
Octal 106 146 165 50 15 0 66 307 31 45
Binary 1000110 1100110 1110101 101000 1101 0 110110 11000111 11001 100101

Color Harmonies of #466675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466675

Black with #466675

Text Example


Text Example

White with #466675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466675; }

 p { color: rgb(70,102,117); }

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

background-color css

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

 a { background-color: rgb(70,102,117); }

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

border-color css

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

 span { border-color: rgb(70,102,117); }

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