Html Css Color HEX #42476B Port Gore

📋 copy color: '#42476B'

red 66 ◦ green 71 ◦ blue 107

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

Shades of Port Gore #42476B

Tints of Port Gore #42476B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 43.85%

R = 27.05%
G = 29.1%
B = 43.85%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42476B (or 0x42476B) is known color: Port Gore. HEX triplet: 42, 47 and 6B. RGB value is (66,71,107). Sum of RGB (Red+Green+Blue) = 66+71+107=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 107 - color contains mainly: blue. Hex color #42476B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42476B is #BDB894. Grayscale: #494949. Windows color (decimal): -12433557 or 7030594. OLE color: 7030594.

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

Color convert

RGB 66 71 107 -
CMYK 0.38 0.34 0 0.58
HSL 232.68º 0.24% 0.34% -
HSV(B) 232.68º 0.38% 0.42% -
XYZ 7.15 6.73 14.83 -
YUV 73.61 146.84 122.57 -
System Red Green Blue C M Y K H S L
Decimal 66 71 107 0.38 0.34 0 0.58 232.68 0.24 0.34
Hex 42 47 6B 26 22 0 3A E9 18 22
Octal 102 107 153 46 42 0 72 351 30 42
Binary 1000010 1000111 1101011 100110 100010 0 111010 11101001 11000 100010

Color Harmonies of #42476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42476B

Black with #42476B

Text Example


Text Example

White with #42476B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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