Html Css Color HEX #466572 Bismark

📋 copy color: '#466572'

red 70 ◦ green 101 ◦ blue 114

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

Shades of Bismark #466572

Tints of Bismark #466572

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.44%

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

R = 24.56%
G = 35.44%
B = 40%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#466572 (or 0x466572) is known color: Bismark. HEX triplet: 46, 65 and 72. RGB value is (70,101,114). Sum of RGB (Red+Green+Blue) = 70+101+114=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #466572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466572 is #B99A8D. Grayscale: #5D5D5D. Windows color (decimal): -12163726 or 7497030. OLE color: 7497030.

HSL color Cylindrical-coordinate representation of color #466572: hue angle of 197.73º 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 #466572 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 101 114 -
CMYK 0.39 0.11 0 0.55
HSL 197.73º 0.24% 0.36% -
HSV(B) 197.73º 0.39% 0.45% -
XYZ 10.22 11.82 17.66 -
YUV 93.21 139.73 111.44 -
System Red Green Blue C M Y K H S L
Decimal 70 101 114 0.39 0.11 0 0.55 197.73 0.24 0.36
Hex 46 65 72 27 B 0 37 C6 18 24
Octal 106 145 162 47 13 0 67 306 30 44
Binary 1000110 1100101 1110010 100111 1011 0 110111 11000110 11000 100100

Color Harmonies of #466572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466572

Black with #466572

Text Example


Text Example

White with #466572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466572; }

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

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

background-color css

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

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

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

border-color css

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

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

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