Html Css Color HEX #466272 Bismark

📋 copy color: '#466272'

red 70 ◦ green 98 ◦ blue 114

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

Shades of Bismark #466272

Tints of Bismark #466272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.75%

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

R = 24.82%
G = 34.75%
B = 40.43%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#466272 (or 0x466272) is known color: Bismark. HEX triplet: 46, 62 and 72. RGB value is (70,98,114). Sum of RGB (Red+Green+Blue) = 70+98+114=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #466272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466272 is #B99D8D. Grayscale: #5B5B5B. Windows color (decimal): -12164494 or 7496262. OLE color: 7496262.

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

Color convert

RGB 70 98 114 -
CMYK 0.39 0.14 0 0.55
HSL 201.82º 0.24% 0.36% -
HSV(B) 201.82º 0.39% 0.45% -
XYZ 9.93 11.25 17.57 -
YUV 91.45 140.72 112.7 -
System Red Green Blue C M Y K H S L
Decimal 70 98 114 0.39 0.14 0 0.55 201.82 0.24 0.36
Hex 46 62 72 27 E 0 37 CA 18 24
Octal 106 142 162 47 16 0 67 312 30 44
Binary 1000110 1100010 1110010 100111 1110 0 110111 11001010 11000 100100

Color Harmonies of #466272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466272

Black with #466272

Text Example


Text Example

White with #466272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466272; }

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

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

background-color css

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

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

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

border-color css

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

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

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