Html Css Color HEX #426B7E Bismark

📋 copy color: '#426B7E'

red 66 ◦ green 107 ◦ blue 126

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

Shades of Bismark #426B7E

Tints of Bismark #426B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 42.14%

R = 22.07%
G = 35.79%
B = 42.14%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#426B7E (or 0x426B7E) is known color: Bismark. HEX triplet: 42, 6B and 7E. RGB value is (66,107,126). Sum of RGB (Red+Green+Blue) = 66+107+126=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 126 - color contains mainly: blue. Hex color #426B7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B7E is #BD9481. Grayscale: #606060. Windows color (decimal): -12424322 or 8284994. OLE color: 8284994.

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

Color convert

RGB 66 107 126 -
CMYK 0.48 0.15 0 0.51
HSL 199º 0.31% 0.38% -
HSV(B) 199º 0.48% 0.49% -
XYZ 11.27 13.18 21.69 -
YUV 96.91 144.42 105.96 -
System Red Green Blue C M Y K H S L
Decimal 66 107 126 0.48 0.15 0 0.51 199 0.31 0.38
Hex 42 6B 7E 30 F 0 33 C7 1F 26
Octal 102 153 176 60 17 0 63 307 37 46
Binary 1000010 1101011 1111110 110000 1111 0 110011 11000111 11111 100110

Color Harmonies of #426B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426B7E

Black with #426B7E

Text Example


Text Example

White with #426B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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