Html Css Color HEX #466275 Bismark

📋 copy color: '#466275'

red 70 ◦ green 98 ◦ blue 117

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

Shades of Bismark #466275

Tints of Bismark #466275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.05%

R = 24.56%
G = 34.39%
B = 41.05%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#466275 (or 0x466275) is known color: Bismark. HEX triplet: 46, 62 and 75. RGB value is (70,98,117). Sum of RGB (Red+Green+Blue) = 70+98+117=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #466275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466275 is #B99D8A. Grayscale: #5B5B5B. Windows color (decimal): -12164491 or 7692870. OLE color: 7692870.

HSL color Cylindrical-coordinate representation of color #466275: hue angle of 204.26º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #466275 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 98 117 -
CMYK 0.40 0.16 0 0.54
HSL 204.26º 0.25% 0.37% -
HSV(B) 204.26º 0.4% 0.46% -
XYZ 10.1 11.32 18.48 -
YUV 91.79 142.22 112.46 -
System Red Green Blue C M Y K H S L
Decimal 70 98 117 0.40 0.16 0 0.54 204.26 0.25 0.37
Hex 46 62 75 28 10 0 36 CC 19 25
Octal 106 142 165 50 20 0 66 314 31 45
Binary 1000110 1100010 1110101 101000 10000 0 110110 11001100 11001 100101

Color Harmonies of #466275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466275

Black with #466275

Text Example


Text Example

White with #466275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466275; }

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

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

background-color css

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

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

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

border-color css

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

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

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