Html Css Color HEX #426374 Bismark

📋 copy color: '#426374'

red 66 ◦ green 99 ◦ blue 116

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

Shades of Bismark #426374

Tints of Bismark #426374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.28%

R = 23.49%
G = 35.23%
B = 41.28%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#426374 (or 0x426374) is known color: Bismark. HEX triplet: 42, 63 and 74. RGB value is (66,99,116). Sum of RGB (Red+Green+Blue) = 66+99+116=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 116 - color contains mainly: blue. Hex color #426374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426374 is #BD9C8B. Grayscale: #5A5A5A. Windows color (decimal): -12426380 or 7627586. OLE color: 7627586.

HSL color Cylindrical-coordinate representation of color #426374: hue angle of 200.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #426374 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 99 116 -
CMYK 0.43 0.15 0 0.55
HSL 200.4º 0.27% 0.36% -
HSV(B) 200.4º 0.43% 0.45% -
XYZ 9.86 11.34 18.19 -
YUV 91.07 142.07 110.12 -
System Red Green Blue C M Y K H S L
Decimal 66 99 116 0.43 0.15 0 0.55 200.4 0.27 0.36
Hex 42 63 74 2B F 0 37 C8 1B 24
Octal 102 143 164 53 17 0 67 310 33 44
Binary 1000010 1100011 1110100 101011 1111 0 110111 11001000 11011 100100

Color Harmonies of #426374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426374

Black with #426374

Text Example


Text Example

White with #426374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426374; }

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

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

background-color css

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

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

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

border-color css

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

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

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