Html Css Color HEX #42496C Port Gore

📋 copy color: '#42496C'

red 66 ◦ green 73 ◦ blue 108

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

Shades of Port Gore #42496C

Tints of Port Gore #42496C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.55%

 BLUE value IS 108 (42.58% from 255) = 43.72%

R = 26.72%
G = 29.55%
B = 43.72%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42496C (or 0x42496C) is known color: Port Gore. HEX triplet: 42, 49 and 6C. RGB value is (66,73,108). Sum of RGB (Red+Green+Blue) = 66+73+108=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #42496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42496C is #BDB693. Grayscale: #4A4A4A. Windows color (decimal): -12433044 or 7096642. OLE color: 7096642.

HSL color Cylindrical-coordinate representation of color #42496C: hue angle of 230º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42496C is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 73 108 -
CMYK 0.39 0.32 0 0.58
HSL 230º 0.24% 0.34% -
HSV(B) 230º 0.39% 0.42% -
XYZ 7.34 7.01 15.15 -
YUV 74.9 146.68 121.65 -
System Red Green Blue C M Y K H S L
Decimal 66 73 108 0.39 0.32 0 0.58 230 0.24 0.34
Hex 42 49 6C 27 20 0 3A E6 18 22
Octal 102 111 154 47 40 0 72 346 30 42
Binary 1000010 1001001 1101100 100111 100000 0 111010 11100110 11000 100010

Color Harmonies of #42496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42496C

Black with #42496C

Text Example


Text Example

White with #42496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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