Html Css Color HEX #464B6E Port Gore

📋 copy color: '#464B6E'

red 70 ◦ green 75 ◦ blue 110

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

Shades of Port Gore #464B6E

Tints of Port Gore #464B6E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.41%

 BLUE value IS 110 (43.36% from 255) = 43.14%

R = 27.45%
G = 29.41%
B = 43.14%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#464B6E (or 0x464B6E) is known color: Port Gore. HEX triplet: 46, 4B and 6E. RGB value is (70,75,110). Sum of RGB (Red+Green+Blue) = 70+75+110=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #464B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464B6E is #B9B491. Grayscale: #4D4D4D. Windows color (decimal): -12170386 or 7228230. OLE color: 7228230.

HSL color Cylindrical-coordinate representation of color #464B6E: hue angle of 232.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #464B6E is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 70 75 110 -
CMYK 0.36 0.32 0 0.57
HSL 232.5º 0.22% 0.35% -
HSV(B) 232.5º 0.36% 0.43% -
XYZ 7.86 7.46 15.78 -
YUV 77.5 146.34 122.65 -
System Red Green Blue C M Y K H S L
Decimal 70 75 110 0.36 0.32 0 0.57 232.5 0.22 0.35
Hex 46 4B 6E 24 20 0 39 E8 16 23
Octal 106 113 156 44 40 0 71 350 26 43
Binary 1000110 1001011 1101110 100100 100000 0 111001 11101000 10110 100011

Color Harmonies of #464B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464B6E

Black with #464B6E

Text Example


Text Example

White with #464B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,75,110); }

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

background-color css

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

 a { background-color: rgb(70,75,110); }

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

border-color css

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

 span { border-color: rgb(70,75,110); }

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