Html Css Color HEX #466A74 Bismark

📋 copy color: '#466A74'

red 70 ◦ green 106 ◦ blue 116

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

Shades of Bismark #466A74

Tints of Bismark #466A74

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.3%

 BLUE value IS 116 (45.7% from 255) = 39.73%

R = 23.97%
G = 36.3%
B = 39.73%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#466A74 (or 0x466A74) is known color: Bismark. HEX triplet: 46, 6A and 74. RGB value is (70,106,116). Sum of RGB (Red+Green+Blue) = 70+106+116=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 116 - color contains mainly: blue. Hex color #466A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A74 is #B9958B. Grayscale: #606060. Windows color (decimal): -12162444 or 7629382. OLE color: 7629382.

HSL color Cylindrical-coordinate representation of color #466A74: hue angle of 193.04º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #466A74 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 106 116 -
CMYK 0.40 0.09 0 0.55
HSL 193.04º 0.25% 0.36% -
HSV(B) 193.04º 0.4% 0.45% -
XYZ 10.83 12.87 18.44 -
YUV 96.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 70 106 116 0.40 0.09 0 0.55 193.04 0.25 0.36
Hex 46 6A 74 28 9 0 37 C1 19 24
Octal 106 152 164 50 11 0 67 301 31 44
Binary 1000110 1101010 1110100 101000 1001 0 110111 11000001 11001 100100

Color Harmonies of #466A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466A74

Black with #466A74

Text Example


Text Example

White with #466A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466A74; }

 p { color: rgb(70,106,116); }

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

background-color css

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

 a { background-color: rgb(70,106,116); }

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

border-color css

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

 span { border-color: rgb(70,106,116); }

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