Html Css Color HEX #466B7F Bismark

📋 copy color: '#466B7F'

red 70 ◦ green 107 ◦ blue 127

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

Shades of Bismark #466B7F

Tints of Bismark #466B7F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.2%

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

R = 23.03%
G = 35.2%
B = 41.78%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#466B7F (or 0x466B7F) is known color: Bismark. HEX triplet: 46, 6B and 7F. RGB value is (70,107,127). Sum of RGB (Red+Green+Blue) = 70+107+127=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 127 - color contains mainly: blue. Hex color #466B7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B7F is #B99480. Grayscale: #626262. Windows color (decimal): -12162177 or 8350534. OLE color: 8350534.

HSL color Cylindrical-coordinate representation of color #466B7F: hue angle of 201.05º 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 #466B7F is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 107 127 -
CMYK 0.45 0.16 0 0.50
HSL 201.05º 0.29% 0.39% -
HSV(B) 201.05º 0.45% 0.5% -
XYZ 11.61 13.35 22.04 -
YUV 98.22 144.24 107.87 -
System Red Green Blue C M Y K H S L
Decimal 70 107 127 0.45 0.16 0 0.50 201.05 0.29 0.39
Hex 46 6B 7F 2D 10 0 32 C9 1D 27
Octal 106 153 177 55 20 0 62 311 35 47
Binary 1000110 1101011 1111111 101101 10000 0 110010 11001001 11101 100111

Color Harmonies of #466B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466B7F

Black with #466B7F

Text Example


Text Example

White with #466B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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