Html Css Color HEX #424565 Port Gore

📋 copy color: '#424565'

red 66 ◦ green 69 ◦ blue 101

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

Shades of Port Gore #424565

Tints of Port Gore #424565

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.24%

 BLUE value IS 101 (39.84% from 255) = 42.8%

R = 27.97%
G = 29.24%
B = 42.8%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#424565 (or 0x424565) is known color: Port Gore. HEX triplet: 42, 45 and 65. RGB value is (66,69,101). Sum of RGB (Red+Green+Blue) = 66+69+101=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 101 - color contains mainly: blue. Hex color #424565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424565 is #BDBA9A. Grayscale: #474747. Windows color (decimal): -12434075 or 6636866. OLE color: 6636866.

HSL color Cylindrical-coordinate representation of color #424565: hue angle of 234.86º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #424565 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 69 101 -
CMYK 0.35 0.32 0 0.60
HSL 234.86º 0.21% 0.33% -
HSV(B) 234.86º 0.35% 0.4% -
XYZ 6.72 6.35 13.18 -
YUV 71.75 144.51 123.9 -
System Red Green Blue C M Y K H S L
Decimal 66 69 101 0.35 0.32 0 0.60 234.86 0.21 0.33
Hex 42 45 65 23 20 0 3C EB 15 21
Octal 102 105 145 43 40 0 74 353 25 41
Binary 1000010 1000101 1100101 100011 100000 0 111100 11101011 10101 100001

Color Harmonies of #424565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424565

Black with #424565

Text Example


Text Example

White with #424565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424565; }

 p { color: rgb(66,69,101); }

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

background-color css

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

 a { background-color: rgb(66,69,101); }

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

border-color css

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

 span { border-color: rgb(66,69,101); }

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