Html Css Color HEX #467079 Bismark

📋 copy color: '#467079'

red 70 ◦ green 112 ◦ blue 121

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

Shades of Bismark #467079

Tints of Bismark #467079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.93%

R = 23.1%
G = 36.96%
B = 39.93%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#467079 (or 0x467079) is known color: Bismark. HEX triplet: 46, 70 and 79. RGB value is (70,112,121). Sum of RGB (Red+Green+Blue) = 70+112+121=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 121 - color contains mainly: blue. Hex color #467079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467079 is #B98F86. Grayscale: #646464. Windows color (decimal): -12160903 or 7958598. OLE color: 7958598.

HSL color Cylindrical-coordinate representation of color #467079: hue angle of 190.59º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467079 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 112 121 -
CMYK 0.42 0.07 0 0.53
HSL 190.59º 0.27% 0.37% -
HSV(B) 190.59º 0.42% 0.47% -
XYZ 11.77 14.27 20.22 -
YUV 100.47 139.59 106.27 -
System Red Green Blue C M Y K H S L
Decimal 70 112 121 0.42 0.07 0 0.53 190.59 0.27 0.37
Hex 46 70 79 2A 7 0 35 BF 1B 25
Octal 106 160 171 52 7 0 65 277 33 45
Binary 1000110 1110000 1111001 101010 111 0 110101 10111111 11011 100101

Color Harmonies of #467079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467079

Black with #467079

Text Example


Text Example

White with #467079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467079; }

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

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

background-color css

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

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

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

border-color css

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

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

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