Html Css Color HEX #424760 Port Gore

📋 copy color: '#424760'

red 66 ◦ green 71 ◦ blue 96

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

Shades of Port Gore #424760

Tints of Port Gore #424760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.2%

R = 28.33%
G = 30.47%
B = 41.2%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#424760 (or 0x424760) is known color: Port Gore. HEX triplet: 42, 47 and 60. RGB value is (66,71,96). Sum of RGB (Red+Green+Blue) = 66+71+96=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 96 - color contains mainly: blue. Hex color #424760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424760 is #BDB89F. Grayscale: #484848. Windows color (decimal): -12433568 or 6309698. OLE color: 6309698.

HSL color Cylindrical-coordinate representation of color #424760: hue angle of 230º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #424760 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 71 96 -
CMYK 0.31 0.26 0 0.62
HSL 230º 0.19% 0.32% -
HSV(B) 230º 0.31% 0.38% -
XYZ 6.61 6.51 11.97 -
YUV 72.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 66 71 96 0.31 0.26 0 0.62 230 0.19 0.32
Hex 42 47 60 1F 1A 0 3E E6 13 20
Octal 102 107 140 37 32 0 76 346 23 40
Binary 1000010 1000111 1100000 11111 11010 0 111110 11100110 10011 100000

Color Harmonies of #424760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424760

Black with #424760

Text Example


Text Example

White with #424760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424760; }

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

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

background-color css

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

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

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

border-color css

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

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

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