Html Css Color HEX #426679 Bismark

📋 copy color: '#426679'

red 66 ◦ green 102 ◦ blue 121

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

Shades of Bismark #426679

Tints of Bismark #426679

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.29%

 BLUE value IS 121 (47.66% from 255) = 41.87%

R = 22.84%
G = 35.29%
B = 41.87%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#426679 (or 0x426679) is known color: Bismark. HEX triplet: 42, 66 and 79. RGB value is (66,102,121). Sum of RGB (Red+Green+Blue) = 66+102+121=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 121 - color contains mainly: blue. Hex color #426679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426679 is #BD9986. Grayscale: #5D5D5D. Windows color (decimal): -12425607 or 7956034. OLE color: 7956034.

HSL color Cylindrical-coordinate representation of color #426679: hue angle of 200.73º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #426679 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 102 121 -
CMYK 0.45 0.16 0 0.53
HSL 200.73º 0.29% 0.37% -
HSV(B) 200.73º 0.45% 0.47% -
XYZ 10.45 12.04 19.86 -
YUV 93.4 143.57 108.46 -
System Red Green Blue C M Y K H S L
Decimal 66 102 121 0.45 0.16 0 0.53 200.73 0.29 0.37
Hex 42 66 79 2D 10 0 35 C9 1D 25
Octal 102 146 171 55 20 0 65 311 35 45
Binary 1000010 1100110 1111001 101101 10000 0 110101 11001001 11101 100101

Color Harmonies of #426679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426679

Black with #426679

Text Example


Text Example

White with #426679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426679; }

 p { color: rgb(66,102,121); }

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

background-color css

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

 a { background-color: rgb(66,102,121); }

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

border-color css

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

 span { border-color: rgb(66,102,121); }

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