Html Css Color HEX #42476C Port Gore

📋 copy color: '#42476C'

red 66 ◦ green 71 ◦ blue 108

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

Shades of Port Gore #42476C

Tints of Port Gore #42476C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.98%

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

R = 26.94%
G = 28.98%
B = 44.08%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42476C (or 0x42476C) is known color: Port Gore. HEX triplet: 42, 47 and 6C. RGB value is (66,71,108). Sum of RGB (Red+Green+Blue) = 66+71+108=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 108 - color contains mainly: blue. Hex color #42476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42476C is #BDB893. Grayscale: #494949. Windows color (decimal): -12433556 or 7096130. OLE color: 7096130.

HSL color Cylindrical-coordinate representation of color #42476C: hue angle of 232.86º 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 #42476C is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 71 108 -
CMYK 0.39 0.34 0 0.58
HSL 232.86º 0.24% 0.34% -
HSV(B) 232.86º 0.39% 0.42% -
XYZ 7.21 6.75 15.11 -
YUV 73.72 147.34 122.49 -
System Red Green Blue C M Y K H S L
Decimal 66 71 108 0.39 0.34 0 0.58 232.86 0.24 0.34
Hex 42 47 6C 27 22 0 3A E9 18 22
Octal 102 107 154 47 42 0 72 351 30 42
Binary 1000010 1000111 1101100 100111 100010 0 111010 11101001 11000 100010

Color Harmonies of #42476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42476C

Black with #42476C

Text Example


Text Example

White with #42476C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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