Html Css Color HEX #466C81 Bismark

📋 copy color: '#466C81'

red 70 ◦ green 108 ◦ blue 129

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

Shades of Bismark #466C81

Tints of Bismark #466C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 42.02%

R = 22.8%
G = 35.18%
B = 42.02%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#466C81 (or 0x466C81) is known color: Bismark. HEX triplet: 46, 6C and 81. RGB value is (70,108,129). Sum of RGB (Red+Green+Blue) = 70+108+129=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 129 - color contains mainly: blue. Hex color #466C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466C81 is #B9937E. Grayscale: #626262. Windows color (decimal): -12161919 or 8481862. OLE color: 8481862.

HSL color Cylindrical-coordinate representation of color #466C81: hue angle of 201.36º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #466C81 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 108 129 -
CMYK 0.46 0.16 0 0.49
HSL 201.36º 0.3% 0.39% -
HSV(B) 201.36º 0.46% 0.51% -
XYZ 11.85 13.61 22.77 -
YUV 99.03 144.91 107.29 -
System Red Green Blue C M Y K H S L
Decimal 70 108 129 0.46 0.16 0 0.49 201.36 0.3 0.39
Hex 46 6C 81 2E 10 0 31 C9 1E 27
Octal 106 154 201 56 20 0 61 311 36 47
Binary 1000110 1101100 10000001 101110 10000 0 110001 11001001 11110 100111

Color Harmonies of #466C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466C81

Black with #466C81

Text Example


Text Example

White with #466C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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