Html Css Color HEX #426C75 Bismark

📋 copy color: '#426C75'

red 66 ◦ green 108 ◦ blue 117

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

Shades of Bismark #426C75

Tints of Bismark #426C75

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.11%

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

R = 22.68%
G = 37.11%
B = 40.21%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#426C75 (or 0x426C75) is known color: Bismark. HEX triplet: 42, 6C and 75. RGB value is (66,108,117). Sum of RGB (Red+Green+Blue) = 66+108+117=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #426C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426C75 is #BD938A. Grayscale: #606060. Windows color (decimal): -12424075 or 7695426. OLE color: 7695426.

HSL color Cylindrical-coordinate representation of color #426C75: hue angle of 190.59º 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 #426C75 is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 108 117 -
CMYK 0.44 0.08 0 0.54
HSL 190.59º 0.28% 0.36% -
HSV(B) 190.59º 0.44% 0.46% -
XYZ 10.82 13.17 18.8 -
YUV 96.47 139.59 106.27 -
System Red Green Blue C M Y K H S L
Decimal 66 108 117 0.44 0.08 0 0.54 190.59 0.28 0.36
Hex 42 6C 75 2C 8 0 36 BF 1C 24
Octal 102 154 165 54 10 0 66 277 34 44
Binary 1000010 1101100 1110101 101100 1000 0 110110 10111111 11100 100100

Color Harmonies of #426C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426C75

Black with #426C75

Text Example


Text Example

White with #426C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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