Html Css Color HEX #426780 Bismark

📋 copy color: '#426780'

red 66 ◦ green 103 ◦ blue 128

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

Shades of Bismark #426780

Tints of Bismark #426780

RGB

 RED value IS 66 (26.17% from 255) = 22.22%

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

 BLUE value IS 128 (50.39% from 255) = 43.1%

R = 22.22%
G = 34.68%
B = 43.1%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#426780 (or 0x426780) is known color: Bismark. HEX triplet: 42, 67 and 80. RGB value is (66,103,128). Sum of RGB (Red+Green+Blue) = 66+103+128=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 128 - color contains mainly: blue. Hex color #426780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426780 is #BD987F. Grayscale: #5E5E5E. Windows color (decimal): -12425344 or 8415042. OLE color: 8415042.

HSL color Cylindrical-coordinate representation of color #426780: hue angle of 204.19º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #426780 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 103 128 -
CMYK 0.48 0.20 0 0.50
HSL 204.19º 0.32% 0.38% -
HSV(B) 204.19º 0.48% 0.5% -
XYZ 10.99 12.42 22.24 -
YUV 94.79 146.74 107.47 -
System Red Green Blue C M Y K H S L
Decimal 66 103 128 0.48 0.20 0 0.50 204.19 0.32 0.38
Hex 42 67 80 30 14 0 32 CC 20 26
Octal 102 147 200 60 24 0 62 314 40 46
Binary 1000010 1100111 10000000 110000 10100 0 110010 11001100 100000 100110

Color Harmonies of #426780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426780

Black with #426780

Text Example


Text Example

White with #426780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426780; }

 p { color: rgb(66,103,128); }

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

background-color css

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

 a { background-color: rgb(66,103,128); }

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

border-color css

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

 span { border-color: rgb(66,103,128); }

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