Html Css Color HEX #464A68 Port Gore

📋 copy color: '#464A68'

red 70 ◦ green 74 ◦ blue 104

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

Shades of Port Gore #464A68

Tints of Port Gore #464A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.94%

R = 28.23%
G = 29.84%
B = 41.94%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#464A68 (or 0x464A68) is known color: Port Gore. HEX triplet: 46, 4A and 68. RGB value is (70,74,104). Sum of RGB (Red+Green+Blue) = 70+74+104=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 104 - color contains mainly: blue. Hex color #464A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A68 is #B9B597. Grayscale: #4C4C4C. Windows color (decimal): -12170648 or 6834758. OLE color: 6834758.

HSL color Cylindrical-coordinate representation of color #464A68: hue angle of 232.94º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #464A68 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 74 104 -
CMYK 0.33 0.29 0 0.59
HSL 232.94º 0.2% 0.34% -
HSV(B) 232.94º 0.33% 0.41% -
XYZ 7.47 7.2 14.09 -
YUV 76.22 143.67 123.56 -
System Red Green Blue C M Y K H S L
Decimal 70 74 104 0.33 0.29 0 0.59 232.94 0.2 0.34
Hex 46 4A 68 21 1D 0 3B E9 14 22
Octal 106 112 150 41 35 0 73 351 24 42
Binary 1000110 1001010 1101000 100001 11101 0 111011 11101001 10100 100010

Color Harmonies of #464A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464A68

Black with #464A68

Text Example


Text Example

White with #464A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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