Html Css Color HEX #466C7F Bismark

📋 copy color: '#466C7F'

red 70 ◦ green 108 ◦ blue 127

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

Shades of Bismark #466C7F

Tints of Bismark #466C7F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.41%

 BLUE value IS 127 (50% from 255) = 41.64%

R = 22.95%
G = 35.41%
B = 41.64%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#466C7F (or 0x466C7F) is known color: Bismark. HEX triplet: 46, 6C and 7F. RGB value is (70,108,127). Sum of RGB (Red+Green+Blue) = 70+108+127=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #466C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466C7F is #B99380. Grayscale: #626262. Windows color (decimal): -12161921 or 8350790. OLE color: 8350790.

HSL color Cylindrical-coordinate representation of color #466C7F: hue angle of 200º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #466C7F is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 108 127 -
CMYK 0.45 0.15 0 0.50
HSL 200º 0.29% 0.39% -
HSV(B) 200º 0.45% 0.5% -
XYZ 11.72 13.56 22.08 -
YUV 98.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 70 108 127 0.45 0.15 0 0.50 200 0.29 0.39
Hex 46 6C 7F 2D F 0 32 C8 1D 27
Octal 106 154 177 55 17 0 62 310 35 47
Binary 1000110 1101100 1111111 101101 1111 0 110010 11001000 11101 100111

Color Harmonies of #466C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466C7F

Black with #466C7F

Text Example


Text Example

White with #466C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466C7F; }

 p { color: rgb(70,108,127); }

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

background-color css

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

 a { background-color: rgb(70,108,127); }

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

border-color css

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

 span { border-color: rgb(70,108,127); }

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