Html Css Color HEX #466072 Bismark

📋 copy color: '#466072'

red 70 ◦ green 96 ◦ blue 114

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

Shades of Bismark #466072

Tints of Bismark #466072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.29%

 BLUE value IS 114 (44.92% from 255) = 40.71%

R = 25%
G = 34.29%
B = 40.71%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#466072 (or 0x466072) is known color: Bismark. HEX triplet: 46, 60 and 72. RGB value is (70,96,114). Sum of RGB (Red+Green+Blue) = 70+96+114=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 114 - color contains mainly: blue. Hex color #466072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466072 is #B99F8D. Grayscale: #5A5A5A. Windows color (decimal): -12165006 or 7495750. OLE color: 7495750.

HSL color Cylindrical-coordinate representation of color #466072: hue angle of 204.55º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #466072 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 96 114 -
CMYK 0.39 0.16 0 0.55
HSL 204.55º 0.24% 0.36% -
HSV(B) 204.55º 0.39% 0.45% -
XYZ 9.75 10.88 17.51 -
YUV 90.28 141.39 113.54 -
System Red Green Blue C M Y K H S L
Decimal 70 96 114 0.39 0.16 0 0.55 204.55 0.24 0.36
Hex 46 60 72 27 10 0 37 CD 18 24
Octal 106 140 162 47 20 0 67 315 30 44
Binary 1000110 1100000 1110010 100111 10000 0 110111 11001101 11000 100100

Color Harmonies of #466072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466072

Black with #466072

Text Example


Text Example

White with #466072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466072; }

 p { color: rgb(70,96,114); }

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

background-color css

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

 a { background-color: rgb(70,96,114); }

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

border-color css

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

 span { border-color: rgb(70,96,114); }

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