Html Css Color HEX #467581 Bismark

📋 copy color: '#467581'

red 70 ◦ green 117 ◦ blue 129

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

Shades of Bismark #467581

Tints of Bismark #467581

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.03%

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

R = 22.15%
G = 37.03%
B = 40.82%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#467581 (or 0x467581) is known color: Bismark. HEX triplet: 46, 75 and 81. RGB value is (70,117,129). Sum of RGB (Red+Green+Blue) = 70+117+129=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 129 - color contains mainly: blue. Hex color #467581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467581 is #B98A7E. Grayscale: #686868. Windows color (decimal): -12159615 or 8484166. OLE color: 8484166.

HSL color Cylindrical-coordinate representation of color #467581: hue angle of 192.2º 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 #467581 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 117 129 -
CMYK 0.46 0.09 0 0.49
HSL 192.2º 0.3% 0.39% -
HSV(B) 192.2º 0.46% 0.51% -
XYZ 12.85 15.61 23.1 -
YUV 104.32 141.93 103.52 -
System Red Green Blue C M Y K H S L
Decimal 70 117 129 0.46 0.09 0 0.49 192.2 0.3 0.39
Hex 46 75 81 2E 9 0 31 C0 1E 27
Octal 106 165 201 56 11 0 61 300 36 47
Binary 1000110 1110101 10000001 101110 1001 0 110001 11000000 11110 100111

Color Harmonies of #467581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467581

Black with #467581

Text Example


Text Example

White with #467581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467581; }

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

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

background-color css

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

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

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

border-color css

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

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

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