Html Css Color HEX #466B7A Bismark

📋 copy color: '#466B7A'

red 70 ◦ green 107 ◦ blue 122

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

Shades of Bismark #466B7A

Tints of Bismark #466B7A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.79%

 BLUE value IS 122 (48.05% from 255) = 40.8%

R = 23.41%
G = 35.79%
B = 40.8%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#466B7A (or 0x466B7A) is known color: Bismark. HEX triplet: 46, 6B and 7A. RGB value is (70,107,122). Sum of RGB (Red+Green+Blue) = 70+107+122=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 122 - color contains mainly: blue. Hex color #466B7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B7A is #B99485. Grayscale: #616161. Windows color (decimal): -12162182 or 8022854. OLE color: 8022854.

HSL color Cylindrical-coordinate representation of color #466B7A: hue angle of 197.31º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #466B7A is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 107 122 -
CMYK 0.43 0.12 0 0.52
HSL 197.31º 0.27% 0.38% -
HSV(B) 197.31º 0.43% 0.48% -
XYZ 11.3 13.22 20.37 -
YUV 97.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 70 107 122 0.43 0.12 0 0.52 197.31 0.27 0.38
Hex 46 6B 7A 2B C 0 34 C5 1B 26
Octal 106 153 172 53 14 0 64 305 33 46
Binary 1000110 1101011 1111010 101011 1100 0 110100 11000101 11011 100110

Color Harmonies of #466B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466B7A

Black with #466B7A

Text Example


Text Example

White with #466B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,107,122); }

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

background-color css

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

 a { background-color: rgb(70,107,122); }

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

border-color css

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

 span { border-color: rgb(70,107,122); }

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