Html Css Color HEX #426774 Bismark

📋 copy color: '#426774'

red 66 ◦ green 103 ◦ blue 116

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

Shades of Bismark #426774

Tints of Bismark #426774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.7%

R = 23.16%
G = 36.14%
B = 40.7%

CMYK

 C value IS 0.43

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#426774 (or 0x426774) is known color: Bismark. HEX triplet: 42, 67 and 74. RGB value is (66,103,116). Sum of RGB (Red+Green+Blue) = 66+103+116=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 116 - color contains mainly: blue. Hex color #426774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426774 is #BD988B. Grayscale: #5D5D5D. Windows color (decimal): -12425356 or 7628610. OLE color: 7628610.

HSL color Cylindrical-coordinate representation of color #426774: hue angle of 195.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #426774 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 103 116 -
CMYK 0.43 0.11 0 0.55
HSL 195.6º 0.27% 0.36% -
HSV(B) 195.6º 0.43% 0.45% -
XYZ 10.25 12.12 18.32 -
YUV 93.42 140.74 108.44 -
System Red Green Blue C M Y K H S L
Decimal 66 103 116 0.43 0.11 0 0.55 195.6 0.27 0.36
Hex 42 67 74 2B B 0 37 C4 1B 24
Octal 102 147 164 53 13 0 67 304 33 44
Binary 1000010 1100111 1110100 101011 1011 0 110111 11000100 11011 100100

Color Harmonies of #426774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426774

Black with #426774

Text Example


Text Example

White with #426774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426774; }

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

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

background-color css

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

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

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

border-color css

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

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

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