Html Css Color HEX #426376 Bismark

📋 copy color: '#426376'

red 66 ◦ green 99 ◦ blue 118

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

Shades of Bismark #426376

Tints of Bismark #426376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.98%

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

R = 23.32%
G = 34.98%
B = 41.7%

CMYK

 C value IS 0.44

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#426376 (or 0x426376) is known color: Bismark. HEX triplet: 42, 63 and 76. RGB value is (66,99,118). Sum of RGB (Red+Green+Blue) = 66+99+118=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 118 - color contains mainly: blue. Hex color #426376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426376 is #BD9C89. Grayscale: #5B5B5B. Windows color (decimal): -12426378 or 7758658. OLE color: 7758658.

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

Color convert

RGB 66 99 118 -
CMYK 0.44 0.16 0 0.54
HSL 201.92º 0.28% 0.36% -
HSV(B) 201.92º 0.44% 0.46% -
XYZ 9.98 11.39 18.81 -
YUV 91.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 66 99 118 0.44 0.16 0 0.54 201.92 0.28 0.36
Hex 42 63 76 2C 10 0 36 CA 1C 24
Octal 102 143 166 54 20 0 66 312 34 44
Binary 1000010 1100011 1110110 101100 10000 0 110110 11001010 11100 100100

Color Harmonies of #426376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426376

Black with #426376

Text Example


Text Example

White with #426376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426376; }

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

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

background-color css

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

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

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

border-color css

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

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

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