Html Css Color HEX #466774 Bismark

📋 copy color: '#466774'

red 70 ◦ green 103 ◦ blue 116

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

Shades of Bismark #466774

Tints of Bismark #466774

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.64%

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

R = 24.22%
G = 35.64%
B = 40.14%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#466774 (or 0x466774) is known color: Bismark. HEX triplet: 46, 67 and 74. RGB value is (70,103,116). Sum of RGB (Red+Green+Blue) = 70+103+116=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 116 - color contains mainly: blue. Hex color #466774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466774 is #B9988B. Grayscale: #5E5E5E. Windows color (decimal): -12163212 or 7628614. OLE color: 7628614.

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

Color convert

RGB 70 103 116 -
CMYK 0.40 0.11 0 0.55
HSL 196.96º 0.25% 0.36% -
HSV(B) 196.96º 0.4% 0.45% -
XYZ 10.53 12.26 18.34 -
YUV 94.62 140.07 110.44 -
System Red Green Blue C M Y K H S L
Decimal 70 103 116 0.40 0.11 0 0.55 196.96 0.25 0.36
Hex 46 67 74 28 B 0 37 C5 19 24
Octal 106 147 164 50 13 0 67 305 31 44
Binary 1000110 1100111 1110100 101000 1011 0 110111 11000101 11001 100100

Color Harmonies of #466774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466774

Black with #466774

Text Example


Text Example

White with #466774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466774; }

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

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

background-color css

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

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

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

border-color css

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

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

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