Html Css Color HEX #426F7C Bismark

📋 copy color: '#426F7C'

red 66 ◦ green 111 ◦ blue 124

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

Shades of Bismark #426F7C

Tints of Bismark #426F7C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.88%

 BLUE value IS 124 (48.83% from 255) = 41.2%

R = 21.93%
G = 36.88%
B = 41.2%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#426F7C (or 0x426F7C) is known color: Bismark. HEX triplet: 42, 6F and 7C. RGB value is (66,111,124). Sum of RGB (Red+Green+Blue) = 66+111+124=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #426F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426F7C is #BD9083. Grayscale: #626262. Windows color (decimal): -12423300 or 8154946. OLE color: 8154946.

HSL color Cylindrical-coordinate representation of color #426F7C: hue angle of 193.45º 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 #426F7C is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 111 124 -
CMYK 0.47 0.10 0 0.51
HSL 193.45º 0.31% 0.37% -
HSV(B) 193.45º 0.47% 0.49% -
XYZ 11.57 13.98 21.16 -
YUV 99.03 142.09 104.44 -
System Red Green Blue C M Y K H S L
Decimal 66 111 124 0.47 0.10 0 0.51 193.45 0.31 0.37
Hex 42 6F 7C 2F A 0 33 C1 1F 25
Octal 102 157 174 57 12 0 63 301 37 45
Binary 1000010 1101111 1111100 101111 1010 0 110011 11000001 11111 100101

Color Harmonies of #426F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426F7C

Black with #426F7C

Text Example


Text Example

White with #426F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,111,124); }

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

background-color css

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

 a { background-color: rgb(66,111,124); }

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

border-color css

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

 span { border-color: rgb(66,111,124); }

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