Html Css Color HEX #424763 Port Gore

📋 copy color: '#424763'

red 66 ◦ green 71 ◦ blue 99

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

Shades of Port Gore #424763

Tints of Port Gore #424763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 41.95%

R = 27.97%
G = 30.08%
B = 41.95%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#424763 (or 0x424763) is known color: Port Gore. HEX triplet: 42, 47 and 63. RGB value is (66,71,99). Sum of RGB (Red+Green+Blue) = 66+71+99=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #424763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424763 is #BDB89C. Grayscale: #484848. Windows color (decimal): -12433565 or 6506306. OLE color: 6506306.

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

Color convert

RGB 66 71 99 -
CMYK 0.33 0.28 0 0.61
HSL 230.91º 0.2% 0.32% -
HSV(B) 230.91º 0.33% 0.39% -
XYZ 6.75 6.57 12.72 -
YUV 72.7 142.84 123.22 -
System Red Green Blue C M Y K H S L
Decimal 66 71 99 0.33 0.28 0 0.61 230.91 0.2 0.32
Hex 42 47 63 21 1C 0 3D E7 14 20
Octal 102 107 143 41 34 0 75 347 24 40
Binary 1000010 1000111 1100011 100001 11100 0 111101 11100111 10100 100000

Color Harmonies of #424763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424763

Black with #424763

Text Example


Text Example

White with #424763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424763; }

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

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

background-color css

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

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

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

border-color css

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

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

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