Html Css Color HEX #466875 Bismark

📋 copy color: '#466875'

red 70 ◦ green 104 ◦ blue 117

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

Shades of Bismark #466875

Tints of Bismark #466875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.74%

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

R = 24.05%
G = 35.74%
B = 40.21%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#466875 (or 0x466875) is known color: Bismark. HEX triplet: 46, 68 and 75. RGB value is (70,104,117). Sum of RGB (Red+Green+Blue) = 70+104+117=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #466875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466875 is #B9978A. Grayscale: #5F5F5F. Windows color (decimal): -12162955 or 7694406. OLE color: 7694406.

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

Color convert

RGB 70 104 117 -
CMYK 0.40 0.11 0 0.54
HSL 196.6º 0.25% 0.37% -
HSV(B) 196.6º 0.4% 0.46% -
XYZ 10.69 12.49 18.68 -
YUV 95.32 140.24 109.94 -
System Red Green Blue C M Y K H S L
Decimal 70 104 117 0.40 0.11 0 0.54 196.6 0.25 0.37
Hex 46 68 75 28 B 0 36 C5 19 25
Octal 106 150 165 50 13 0 66 305 31 45
Binary 1000110 1101000 1110101 101000 1011 0 110110 11000101 11001 100101

Color Harmonies of #466875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466875

Black with #466875

Text Example


Text Example

White with #466875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466875; }

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

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

background-color css

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

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

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

border-color css

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

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

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