Html Css Color HEX #424762 Port Gore

📋 copy color: '#424762'

red 66 ◦ green 71 ◦ blue 98

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

Shades of Port Gore #424762

Tints of Port Gore #424762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41.7%

R = 28.09%
G = 30.21%
B = 41.7%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#424762 (or 0x424762) is known color: Port Gore. HEX triplet: 42, 47 and 62. RGB value is (66,71,98). Sum of RGB (Red+Green+Blue) = 66+71+98=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 98 - color contains mainly: blue. Hex color #424762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424762 is #BDB89D. Grayscale: #484848. Windows color (decimal): -12433566 or 6440770. OLE color: 6440770.

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

Color convert

RGB 66 71 98 -
CMYK 0.33 0.28 0 0.62
HSL 230.63º 0.2% 0.32% -
HSV(B) 230.63º 0.33% 0.38% -
XYZ 6.7 6.55 12.47 -
YUV 72.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 66 71 98 0.33 0.28 0 0.62 230.63 0.2 0.32
Hex 42 47 62 21 1C 0 3E E7 14 20
Octal 102 107 142 41 34 0 76 347 24 40
Binary 1000010 1000111 1100010 100001 11100 0 111110 11100111 10100 100000

Color Harmonies of #424762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424762

Black with #424762

Text Example


Text Example

White with #424762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424762; }

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

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

background-color css

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

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

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

border-color css

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

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

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