Html Css Color HEX #426671 Bismark

📋 copy color: '#426671'

red 66 ◦ green 102 ◦ blue 113

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

Shades of Bismark #426671

Tints of Bismark #426671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.3%

 BLUE value IS 113 (44.53% from 255) = 40.21%

R = 23.49%
G = 36.3%
B = 40.21%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#426671 (or 0x426671) is known color: Bismark. HEX triplet: 42, 66 and 71. RGB value is (66,102,113). Sum of RGB (Red+Green+Blue) = 66+102+113=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #426671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426671 is #BD998E. Grayscale: #5C5C5C. Windows color (decimal): -12425615 or 7431746. OLE color: 7431746.

HSL color Cylindrical-coordinate representation of color #426671: hue angle of 194.04º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #426671 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 102 113 -
CMYK 0.42 0.10 0 0.56
HSL 194.04º 0.26% 0.35% -
HSV(B) 194.04º 0.42% 0.44% -
XYZ 9.98 11.85 17.38 -
YUV 92.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 66 102 113 0.42 0.10 0 0.56 194.04 0.26 0.35
Hex 42 66 71 2A A 0 38 C2 1A 23
Octal 102 146 161 52 12 0 70 302 32 43
Binary 1000010 1100110 1110001 101010 1010 0 111000 11000010 11010 100011

Color Harmonies of #426671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426671

Black with #426671

Text Example


Text Example

White with #426671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426671; }

 p { color: rgb(66,102,113); }

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

background-color css

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

 a { background-color: rgb(66,102,113); }

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

border-color css

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

 span { border-color: rgb(66,102,113); }

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