Html Css Color HEX #42677C Bismark

📋 copy color: '#42677C'

red 66 ◦ green 103 ◦ blue 124

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

Shades of Bismark #42677C

Tints of Bismark #42677C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 42.32%

R = 22.53%
G = 35.15%
B = 42.32%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42677C (or 0x42677C) is known color: Bismark. HEX triplet: 42, 67 and 7C. RGB value is (66,103,124). Sum of RGB (Red+Green+Blue) = 66+103+124=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #42677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42677C is #BD9883. Grayscale: #5E5E5E. Windows color (decimal): -12425348 or 8152898. OLE color: 8152898.

HSL color Cylindrical-coordinate representation of color #42677C: hue angle of 201.72º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42677C is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 103 124 -
CMYK 0.47 0.17 0 0.51
HSL 201.72º 0.31% 0.37% -
HSV(B) 201.72º 0.47% 0.49% -
XYZ 10.74 12.31 20.88 -
YUV 94.33 144.74 107.79 -
System Red Green Blue C M Y K H S L
Decimal 66 103 124 0.47 0.17 0 0.51 201.72 0.31 0.37
Hex 42 67 7C 2F 11 0 33 CA 1F 25
Octal 102 147 174 57 21 0 63 312 37 45
Binary 1000010 1100111 1111100 101111 10001 0 110011 11001010 11111 100101

Color Harmonies of #42677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42677C

Black with #42677C

Text Example


Text Example

White with #42677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42677C; }

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

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

background-color css

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

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

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

border-color css

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

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

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