Html Css Color HEX #426779 Bismark

📋 copy color: '#426779'

red 66 ◦ green 103 ◦ blue 121

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

Shades of Bismark #426779

Tints of Bismark #426779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 41.72%

R = 22.76%
G = 35.52%
B = 41.72%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#426779 (or 0x426779) is known color: Bismark. HEX triplet: 42, 67 and 79. RGB value is (66,103,121). Sum of RGB (Red+Green+Blue) = 66+103+121=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 121 - color contains mainly: blue. Hex color #426779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426779 is #BD9886. Grayscale: #5D5D5D. Windows color (decimal): -12425351 or 7956290. OLE color: 7956290.

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

Color convert

RGB 66 103 121 -
CMYK 0.45 0.15 0 0.53
HSL 199.64º 0.29% 0.37% -
HSV(B) 199.64º 0.45% 0.47% -
XYZ 10.55 12.24 19.9 -
YUV 93.99 143.24 108.04 -
System Red Green Blue C M Y K H S L
Decimal 66 103 121 0.45 0.15 0 0.53 199.64 0.29 0.37
Hex 42 67 79 2D F 0 35 C8 1D 25
Octal 102 147 171 55 17 0 65 310 35 45
Binary 1000010 1100111 1111001 101101 1111 0 110101 11001000 11101 100101

Color Harmonies of #426779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426779

Black with #426779

Text Example


Text Example

White with #426779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426779; }

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

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

background-color css

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

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

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

border-color css

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

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

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