Html Css Color HEX #467482 Bismark

📋 copy color: '#467482'

red 70 ◦ green 116 ◦ blue 130

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

Shades of Bismark #467482

Tints of Bismark #467482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.71%

 BLUE value IS 130 (51.17% from 255) = 41.14%

R = 22.15%
G = 36.71%
B = 41.14%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#467482 (or 0x467482) is known color: Bismark. HEX triplet: 46, 74 and 82. RGB value is (70,116,130). Sum of RGB (Red+Green+Blue) = 70+116+130=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 130 - color contains mainly: blue. Hex color #467482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467482 is #B98B7D. Grayscale: #676767. Windows color (decimal): -12159870 or 8549446. OLE color: 8549446.

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

Color convert

RGB 70 116 130 -
CMYK 0.46 0.11 0 0.49
HSL 194º 0.3% 0.39% -
HSV(B) 194º 0.46% 0.51% -
XYZ 12.8 15.4 23.42 -
YUV 103.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 70 116 130 0.46 0.11 0 0.49 194 0.3 0.39
Hex 46 74 82 2E B 0 31 C2 1E 27
Octal 106 164 202 56 13 0 61 302 36 47
Binary 1000110 1110100 10000010 101110 1011 0 110001 11000010 11110 100111

Color Harmonies of #467482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467482

Black with #467482

Text Example


Text Example

White with #467482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467482; }

 p { color: rgb(70,116,130); }

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

background-color css

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

 a { background-color: rgb(70,116,130); }

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

border-color css

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

 span { border-color: rgb(70,116,130); }

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