Html Css Color HEX #42717B Bismark

📋 copy color: '#42717B'

red 66 ◦ green 113 ◦ blue 123

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

Shades of Bismark #42717B

Tints of Bismark #42717B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.42%

 BLUE value IS 123 (48.44% from 255) = 40.73%

R = 21.85%
G = 37.42%
B = 40.73%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42717B (or 0x42717B) is known color: Bismark. HEX triplet: 42, 71 and 7B. RGB value is (66,113,123). Sum of RGB (Red+Green+Blue) = 66+113+123=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #42717B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42717B is #BD8E84. Grayscale: #646464. Windows color (decimal): -12422789 or 8089922. OLE color: 8089922.

HSL color Cylindrical-coordinate representation of color #42717B: hue angle of 190.53º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42717B is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 113 123 -
CMYK 0.46 0.08 0 0.52
HSL 190.53º 0.3% 0.37% -
HSV(B) 190.53º 0.46% 0.48% -
XYZ 11.73 14.4 20.9 -
YUV 100.09 140.93 103.69 -
System Red Green Blue C M Y K H S L
Decimal 66 113 123 0.46 0.08 0 0.52 190.53 0.3 0.37
Hex 42 71 7B 2E 8 0 34 BF 1E 25
Octal 102 161 173 56 10 0 64 277 36 45
Binary 1000010 1110001 1111011 101110 1000 0 110100 10111111 11110 100101

Color Harmonies of #42717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42717B

Black with #42717B

Text Example


Text Example

White with #42717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42717B; }

 p { color: rgb(66,113,123); }

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

background-color css

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

 a { background-color: rgb(66,113,123); }

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

border-color css

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

 span { border-color: rgb(66,113,123); }

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