Html Css Color HEX #467082 Bismark

📋 copy color: '#467082'

red 70 ◦ green 112 ◦ blue 130

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

Shades of Bismark #467082

Tints of Bismark #467082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.9%

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

R = 22.44%
G = 35.9%
B = 41.67%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#467082 (or 0x467082) is known color: Bismark. HEX triplet: 46, 70 and 82. RGB value is (70,112,130). Sum of RGB (Red+Green+Blue) = 70+112+130=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #467082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467082 is #B98F7D. Grayscale: #656565. Windows color (decimal): -12160894 or 8548422. OLE color: 8548422.

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

Color convert

RGB 70 112 130 -
CMYK 0.46 0.14 0 0.49
HSL 198º 0.3% 0.39% -
HSV(B) 198º 0.46% 0.51% -
XYZ 12.35 14.5 23.27 -
YUV 101.49 144.09 105.54 -
System Red Green Blue C M Y K H S L
Decimal 70 112 130 0.46 0.14 0 0.49 198 0.3 0.39
Hex 46 70 82 2E E 0 31 C6 1E 27
Octal 106 160 202 56 16 0 61 306 36 47
Binary 1000110 1110000 10000010 101110 1110 0 110001 11000110 11110 100111

Color Harmonies of #467082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467082

Black with #467082

Text Example


Text Example

White with #467082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467082; }

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

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

background-color css

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

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

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

border-color css

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

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

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