Html Css Color HEX #424963 Port Gore

📋 copy color: '#424963'

red 66 ◦ green 73 ◦ blue 99

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

Shades of Port Gore #424963

Tints of Port Gore #424963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.67%

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

R = 27.73%
G = 30.67%
B = 41.6%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#424963 (or 0x424963) is known color: Port Gore. HEX triplet: 42, 49 and 63. RGB value is (66,73,99). Sum of RGB (Red+Green+Blue) = 66+73+99=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: blue. Hex color #424963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424963 is #BDB69C. Grayscale: #494949. Windows color (decimal): -12433053 or 6506818. OLE color: 6506818.

HSL color Cylindrical-coordinate representation of color #424963: hue angle of 227.27º 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 #424963 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 73 99 -
CMYK 0.33 0.26 0 0.61
HSL 227.27º 0.2% 0.32% -
HSV(B) 227.27º 0.33% 0.39% -
XYZ 6.88 6.82 12.76 -
YUV 73.87 142.18 122.39 -
System Red Green Blue C M Y K H S L
Decimal 66 73 99 0.33 0.26 0 0.61 227.27 0.2 0.32
Hex 42 49 63 21 1A 0 3D E3 14 20
Octal 102 111 143 41 32 0 75 343 24 40
Binary 1000010 1001001 1100011 100001 11010 0 111101 11100011 10100 100000

Color Harmonies of #424963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424963

Black with #424963

Text Example


Text Example

White with #424963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424963; }

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

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

background-color css

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

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

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

border-color css

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

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

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