Html Css Color HEX #426776 Bismark

📋 copy color: '#426776'

red 66 ◦ green 103 ◦ blue 118

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

Shades of Bismark #426776

Tints of Bismark #426776

RGB

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

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

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

R = 23%
G = 35.89%
B = 41.11%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#426776 (or 0x426776) is known color: Bismark. HEX triplet: 42, 67 and 76. RGB value is (66,103,118). Sum of RGB (Red+Green+Blue) = 66+103+118=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 118 - color contains mainly: blue. Hex color #426776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426776 is #BD9889. Grayscale: #5D5D5D. Windows color (decimal): -12425354 or 7759682. OLE color: 7759682.

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

Color convert

RGB 66 103 118 -
CMYK 0.44 0.13 0 0.54
HSL 197.31º 0.28% 0.36% -
HSV(B) 197.31º 0.44% 0.46% -
XYZ 10.37 12.17 18.94 -
YUV 93.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 66 103 118 0.44 0.13 0 0.54 197.31 0.28 0.36
Hex 42 67 76 2C D 0 36 C5 1C 24
Octal 102 147 166 54 15 0 66 305 34 44
Binary 1000010 1100111 1110110 101100 1101 0 110110 11000101 11100 100100

Color Harmonies of #426776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426776

Black with #426776

Text Example


Text Example

White with #426776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426776; }

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

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

background-color css

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

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

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

border-color css

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

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

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