Html Css Color HEX #467081 Bismark

📋 copy color: '#467081'

red 70 ◦ green 112 ◦ blue 129

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

Shades of Bismark #467081

Tints of Bismark #467081

RGB

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

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

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

R = 22.51%
G = 36.01%
B = 41.48%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#467081 (or 0x467081) is known color: Bismark. HEX triplet: 46, 70 and 81. RGB value is (70,112,129). Sum of RGB (Red+Green+Blue) = 70+112+129=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 129 - color contains mainly: blue. Hex color #467081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467081 is #B98F7E. Grayscale: #656565. Windows color (decimal): -12160895 or 8482886. OLE color: 8482886.

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

Color convert

RGB 70 112 129 -
CMYK 0.46 0.13 0 0.49
HSL 197.29º 0.3% 0.39% -
HSV(B) 197.29º 0.46% 0.51% -
XYZ 12.28 14.48 22.92 -
YUV 101.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 70 112 129 0.46 0.13 0 0.49 197.29 0.3 0.39
Hex 46 70 81 2E D 0 31 C5 1E 27
Octal 106 160 201 56 15 0 61 305 36 47
Binary 1000110 1110000 10000001 101110 1101 0 110001 11000101 11110 100111

Color Harmonies of #467081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467081

Black with #467081

Text Example


Text Example

White with #467081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467081; }

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

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

background-color css

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

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

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

border-color css

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

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

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