Html Css Color HEX #42486B Port Gore

📋 copy color: '#42486B'

red 66 ◦ green 72 ◦ blue 107

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

Shades of Port Gore #42486B

Tints of Port Gore #42486B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.39%

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

R = 26.94%
G = 29.39%
B = 43.67%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42486B (or 0x42486B) is known color: Port Gore. HEX triplet: 42, 48 and 6B. RGB value is (66,72,107). Sum of RGB (Red+Green+Blue) = 66+72+107=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #42486B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42486B is #BDB794. Grayscale: #4A4A4A. Windows color (decimal): -12433301 or 7030850. OLE color: 7030850.

HSL color Cylindrical-coordinate representation of color #42486B: hue angle of 231.22º 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 #42486B is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 72 107 -
CMYK 0.38 0.33 0 0.58
HSL 231.22º 0.24% 0.34% -
HSV(B) 231.22º 0.38% 0.42% -
XYZ 7.22 6.85 14.85 -
YUV 74.2 146.51 122.15 -
System Red Green Blue C M Y K H S L
Decimal 66 72 107 0.38 0.33 0 0.58 231.22 0.24 0.34
Hex 42 48 6B 26 21 0 3A E7 18 22
Octal 102 110 153 46 41 0 72 347 30 42
Binary 1000010 1001000 1101011 100110 100001 0 111010 11100111 11000 100010

Color Harmonies of #42486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42486B

Black with #42486B

Text Example


Text Example

White with #42486B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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