Html Css Color HEX #42667E Bismark

📋 copy color: '#42667E'

red 66 ◦ green 102 ◦ blue 126

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

Shades of Bismark #42667E

Tints of Bismark #42667E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.69%

 BLUE value IS 126 (49.61% from 255) = 42.86%

R = 22.45%
G = 34.69%
B = 42.86%

CMYK

 C value IS 0.48

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42667E (or 0x42667E) is known color: Bismark. HEX triplet: 42, 66 and 7E. RGB value is (66,102,126). Sum of RGB (Red+Green+Blue) = 66+102+126=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 126 - color contains mainly: blue. Hex color #42667E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42667E is #BD9981. Grayscale: #5D5D5D. Windows color (decimal): -12425602 or 8283714. OLE color: 8283714.

HSL color Cylindrical-coordinate representation of color #42667E: hue angle of 204º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42667E is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 102 126 -
CMYK 0.48 0.19 0 0.51
HSL 204º 0.31% 0.38% -
HSV(B) 204º 0.48% 0.49% -
XYZ 10.76 12.17 21.52 -
YUV 93.97 146.07 108.05 -
System Red Green Blue C M Y K H S L
Decimal 66 102 126 0.48 0.19 0 0.51 204 0.31 0.38
Hex 42 66 7E 30 13 0 33 CC 1F 26
Octal 102 146 176 60 23 0 63 314 37 46
Binary 1000010 1100110 1111110 110000 10011 0 110011 11001100 11111 100110

Color Harmonies of #42667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42667E

Black with #42667E

Text Example


Text Example

White with #42667E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42667E; }

 p { color: rgb(66,102,126); }

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

background-color css

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

 a { background-color: rgb(66,102,126); }

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

border-color css

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

 span { border-color: rgb(66,102,126); }

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