Html Css Color HEX #464A61 Port Gore

📋 copy color: '#464A61'

red 70 ◦ green 74 ◦ blue 97

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

Shades of Port Gore #464A61

Tints of Port Gore #464A61

RGB

 RED value IS 70 (27.73% from 255) = 29.05%

 GREEN value IS 74 (29.3% from 255) = 30.71%

 BLUE value IS 97 (38.28% from 255) = 40.25%

R = 29.05%
G = 30.71%
B = 40.25%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#464A61 (or 0x464A61) is known color: Port Gore. HEX triplet: 46, 4A and 61. RGB value is (70,74,97). Sum of RGB (Red+Green+Blue) = 70+74+97=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 97 - color contains mainly: blue. Hex color #464A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A61 is #B9B59E. Grayscale: #4B4B4B. Windows color (decimal): -12170655 or 6376006. OLE color: 6376006.

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

Color convert

RGB 70 74 97 -
CMYK 0.28 0.24 0 0.62
HSL 231.11º 0.16% 0.33% -
HSV(B) 231.11º 0.28% 0.38% -
XYZ 7.13 7.06 12.3 -
YUV 75.43 140.17 124.13 -
System Red Green Blue C M Y K H S L
Decimal 70 74 97 0.28 0.24 0 0.62 231.11 0.16 0.33
Hex 46 4A 61 1C 18 0 3E E7 10 21
Octal 106 112 141 34 30 0 76 347 20 41
Binary 1000110 1001010 1100001 11100 11000 0 111110 11100111 10000 100001

Color Harmonies of #464A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464A61

Black with #464A61

Text Example


Text Example

White with #464A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464A61; }

 p { color: rgb(70,74,97); }

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

background-color css

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

 a { background-color: rgb(70,74,97); }

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

border-color css

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

 span { border-color: rgb(70,74,97); }

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