Html Css Color HEX #426777 Bismark

📋 copy color: '#426777'

red 66 ◦ green 103 ◦ blue 119

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

Shades of Bismark #426777

Tints of Bismark #426777

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.76%

 BLUE value IS 119 (46.88% from 255) = 41.32%

R = 22.92%
G = 35.76%
B = 41.32%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#426777 (or 0x426777) is known color: Bismark. HEX triplet: 42, 67 and 77. RGB value is (66,103,119). Sum of RGB (Red+Green+Blue) = 66+103+119=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 119 - color contains mainly: blue. Hex color #426777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426777 is #BD9888. Grayscale: #5D5D5D. Windows color (decimal): -12425353 or 7825218. OLE color: 7825218.

HSL color Cylindrical-coordinate representation of color #426777: hue angle of 198.11º 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 #426777 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 103 119 -
CMYK 0.45 0.13 0 0.53
HSL 198.11º 0.29% 0.36% -
HSV(B) 198.11º 0.45% 0.47% -
XYZ 10.43 12.19 19.26 -
YUV 93.76 142.24 108.2 -
System Red Green Blue C M Y K H S L
Decimal 66 103 119 0.45 0.13 0 0.53 198.11 0.29 0.36
Hex 42 67 77 2D D 0 35 C6 1D 24
Octal 102 147 167 55 15 0 65 306 35 44
Binary 1000010 1100111 1110111 101101 1101 0 110101 11000110 11101 100100

Color Harmonies of #426777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426777

Black with #426777

Text Example


Text Example

White with #426777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426777; }

 p { color: rgb(66,103,119); }

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

background-color css

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

 a { background-color: rgb(66,103,119); }

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

border-color css

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

 span { border-color: rgb(66,103,119); }

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