Html Css Color HEX #426976 Bismark

📋 copy color: '#426976'

red 66 ◦ green 105 ◦ blue 118

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

Shades of Bismark #426976

Tints of Bismark #426976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.33%

 BLUE value IS 118 (46.48% from 255) = 40.83%

R = 22.84%
G = 36.33%
B = 40.83%

CMYK

 C value IS 0.44

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#426976 (or 0x426976) is known color: Bismark. HEX triplet: 42, 69 and 76. RGB value is (66,105,118). Sum of RGB (Red+Green+Blue) = 66+105+118=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 118 - color contains mainly: blue. Hex color #426976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426976 is #BD9689. Grayscale: #5E5E5E. Windows color (decimal): -12424842 or 7760194. OLE color: 7760194.

HSL color Cylindrical-coordinate representation of color #426976: hue angle of 195º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #426976 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 105 118 -
CMYK 0.44 0.11 0 0.54
HSL 195º 0.28% 0.36% -
HSV(B) 195º 0.44% 0.46% -
XYZ 10.57 12.57 19.01 -
YUV 94.82 141.08 107.44 -
System Red Green Blue C M Y K H S L
Decimal 66 105 118 0.44 0.11 0 0.54 195 0.28 0.36
Hex 42 69 76 2C B 0 36 C3 1C 24
Octal 102 151 166 54 13 0 66 303 34 44
Binary 1000010 1101001 1110110 101100 1011 0 110110 11000011 11100 100100

Color Harmonies of #426976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426976

Black with #426976

Text Example


Text Example

White with #426976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426976; }

 p { color: rgb(66,105,118); }

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

background-color css

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

 a { background-color: rgb(66,105,118); }

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

border-color css

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

 span { border-color: rgb(66,105,118); }

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