Html Css Color HEX #426476 Bismark

📋 copy color: '#426476'

red 66 ◦ green 100 ◦ blue 118

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

Shades of Bismark #426476

Tints of Bismark #426476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.21%

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

R = 23.24%
G = 35.21%
B = 41.55%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#426476 (or 0x426476) is known color: Bismark. HEX triplet: 42, 64 and 76. RGB value is (66,100,118). Sum of RGB (Red+Green+Blue) = 66+100+118=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 118 - color contains mainly: blue. Hex color #426476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426476 is #BD9B89. Grayscale: #5B5B5B. Windows color (decimal): -12426122 or 7758914. OLE color: 7758914.

HSL color Cylindrical-coordinate representation of color #426476: hue angle of 200.77º 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 #426476 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 100 118 -
CMYK 0.44 0.15 0 0.54
HSL 200.77º 0.28% 0.36% -
HSV(B) 200.77º 0.44% 0.46% -
XYZ 10.07 11.58 18.84 -
YUV 91.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 66 100 118 0.44 0.15 0 0.54 200.77 0.28 0.36
Hex 42 64 76 2C F 0 36 C9 1C 24
Octal 102 144 166 54 17 0 66 311 34 44
Binary 1000010 1100100 1110110 101100 1111 0 110110 11001001 11100 100100

Color Harmonies of #426476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426476

Black with #426476

Text Example


Text Example

White with #426476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426476; }

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

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

background-color css

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

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

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

border-color css

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

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

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