Html Css Color HEX #426B78 Bismark

📋 copy color: '#426B78'

red 66 ◦ green 107 ◦ blue 120

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

Shades of Bismark #426B78

Tints of Bismark #426B78

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.52%

 BLUE value IS 120 (47.27% from 255) = 40.96%

R = 22.53%
G = 36.52%
B = 40.96%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#426B78 (or 0x426B78) is known color: Bismark. HEX triplet: 42, 6B and 78. RGB value is (66,107,120). Sum of RGB (Red+Green+Blue) = 66+107+120=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 120 - color contains mainly: blue. Hex color #426B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B78 is #BD9487. Grayscale: #606060. Windows color (decimal): -12424328 or 7891778. OLE color: 7891778.

HSL color Cylindrical-coordinate representation of color #426B78: hue angle of 194.44º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #426B78 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 107 120 -
CMYK 0.45 0.11 0 0.53
HSL 194.44º 0.29% 0.36% -
HSV(B) 194.44º 0.45% 0.47% -
XYZ 10.89 13.03 19.71 -
YUV 96.22 141.42 106.44 -
System Red Green Blue C M Y K H S L
Decimal 66 107 120 0.45 0.11 0 0.53 194.44 0.29 0.36
Hex 42 6B 78 2D B 0 35 C2 1D 24
Octal 102 153 170 55 13 0 65 302 35 44
Binary 1000010 1101011 1111000 101101 1011 0 110101 11000010 11101 100100

Color Harmonies of #426B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426B78

Black with #426B78

Text Example


Text Example

White with #426B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,107,120); }

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

background-color css

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

 a { background-color: rgb(66,107,120); }

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

border-color css

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

 span { border-color: rgb(66,107,120); }

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