Html Css Color HEX #426E7D Bismark

📋 copy color: '#426E7D'

red 66 ◦ green 110 ◦ blue 125

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

Shades of Bismark #426E7D

Tints of Bismark #426E7D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.54%

 BLUE value IS 125 (49.22% from 255) = 41.53%

R = 21.93%
G = 36.54%
B = 41.53%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#426E7D (or 0x426E7D) is known color: Bismark. HEX triplet: 42, 6E and 7D. RGB value is (66,110,125). Sum of RGB (Red+Green+Blue) = 66+110+125=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 125 - color contains mainly: blue. Hex color #426E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426E7D is #BD9182. Grayscale: #626262. Windows color (decimal): -12423555 or 8220226. OLE color: 8220226.

HSL color Cylindrical-coordinate representation of color #426E7D: hue angle of 195.25º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #426E7D is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 110 125 -
CMYK 0.47 0.12 0 0.51
HSL 195.25º 0.31% 0.37% -
HSV(B) 195.25º 0.47% 0.49% -
XYZ 11.52 13.79 21.46 -
YUV 98.55 142.92 104.78 -
System Red Green Blue C M Y K H S L
Decimal 66 110 125 0.47 0.12 0 0.51 195.25 0.31 0.37
Hex 42 6E 7D 2F C 0 33 C3 1F 25
Octal 102 156 175 57 14 0 63 303 37 45
Binary 1000010 1101110 1111101 101111 1100 0 110011 11000011 11111 100101

Color Harmonies of #426E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426E7D

Black with #426E7D

Text Example


Text Example

White with #426E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426E7D; }

 p { color: rgb(66,110,125); }

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

background-color css

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

 a { background-color: rgb(66,110,125); }

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

border-color css

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

 span { border-color: rgb(66,110,125); }

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