Html Css Color HEX #42486C Port Gore

📋 copy color: '#42486C'

red 66 ◦ green 72 ◦ blue 108

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

Shades of Port Gore #42486C

Tints of Port Gore #42486C

RGB

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

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

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

R = 26.83%
G = 29.27%
B = 43.9%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42486C (or 0x42486C) is known color: Port Gore. HEX triplet: 42, 48 and 6C. RGB value is (66,72,108). Sum of RGB (Red+Green+Blue) = 66+72+108=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #42486C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42486C is #BDB793. Grayscale: #4A4A4A. Windows color (decimal): -12433300 or 7096386. OLE color: 7096386.

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

Color convert

RGB 66 72 108 -
CMYK 0.39 0.33 0 0.58
HSL 231.43º 0.24% 0.34% -
HSV(B) 231.43º 0.39% 0.42% -
XYZ 7.27 6.88 15.13 -
YUV 74.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 66 72 108 0.39 0.33 0 0.58 231.43 0.24 0.34
Hex 42 48 6C 27 21 0 3A E7 18 22
Octal 102 110 154 47 41 0 72 347 30 42
Binary 1000010 1001000 1101100 100111 100001 0 111010 11100111 11000 100010

Color Harmonies of #42486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42486C

Black with #42486C

Text Example


Text Example

White with #42486C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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