Html Css Color HEX #467078 Bismark

📋 copy color: '#467078'

red 70 ◦ green 112 ◦ blue 120

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

Shades of Bismark #467078

Tints of Bismark #467078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.74%

R = 23.18%
G = 37.09%
B = 39.74%

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

#467078 (or 0x467078) is known color: Bismark. HEX triplet: 46, 70 and 78. RGB value is (70,112,120). Sum of RGB (Red+Green+Blue) = 70+112+120=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 120 - color contains mainly: blue. Hex color #467078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467078 is #B98F87. Grayscale: #646464. Windows color (decimal): -12160904 or 7893062. OLE color: 7893062.

HSL color Cylindrical-coordinate representation of color #467078: hue angle of 189.6º degrees, saturation: 0.26, 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 #467078 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 112 120 -
CMYK 0.42 0.07 0 0.53
HSL 189.6º 0.26% 0.37% -
HSV(B) 189.6º 0.42% 0.47% -
XYZ 11.71 14.25 19.9 -
YUV 100.35 139.09 106.35 -
System Red Green Blue C M Y K H S L
Decimal 70 112 120 0.42 0.07 0 0.53 189.6 0.26 0.37
Hex 46 70 78 2A 7 0 35 BE 1A 25
Octal 106 160 170 52 7 0 65 276 32 45
Binary 1000110 1110000 1111000 101010 111 0 110101 10111110 11010 100101

Color Harmonies of #467078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467078

Black with #467078

Text Example


Text Example

White with #467078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467078; }

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

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

background-color css

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

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

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

border-color css

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

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

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