Html Css Color HEX #426B75 Bismark

📋 copy color: '#426B75'

red 66 ◦ green 107 ◦ blue 117

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

Shades of Bismark #426B75

Tints of Bismark #426B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.34%

R = 22.76%
G = 36.9%
B = 40.34%

CMYK

 C value IS 0.44

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#426B75 (or 0x426B75) is known color: Bismark. HEX triplet: 42, 6B and 75. RGB value is (66,107,117). Sum of RGB (Red+Green+Blue) = 66+107+117=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 117 - color contains mainly: blue. Hex color #426B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B75 is #BD948A. Grayscale: #5F5F5F. Windows color (decimal): -12424331 or 7695170. OLE color: 7695170.

HSL color Cylindrical-coordinate representation of color #426B75: hue angle of 191.76º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #426B75 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 107 117 -
CMYK 0.44 0.09 0 0.54
HSL 191.76º 0.28% 0.36% -
HSV(B) 191.76º 0.44% 0.46% -
XYZ 10.72 12.96 18.77 -
YUV 95.88 139.92 106.69 -
System Red Green Blue C M Y K H S L
Decimal 66 107 117 0.44 0.09 0 0.54 191.76 0.28 0.36
Hex 42 6B 75 2C 9 0 36 C0 1C 24
Octal 102 153 165 54 11 0 66 300 34 44
Binary 1000010 1101011 1110101 101100 1001 0 110110 11000000 11100 100100

Color Harmonies of #426B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426B75

Black with #426B75

Text Example


Text Example

White with #426B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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